Add an InstCombine transform to recognize instances of manual overflow-safe addition
[oota-llvm.git] / test / FrontendC / 2003-10-09-UnionInitializerBug.c
index 90dbd37f0d61830a34681695c26af8fc607a64b7..57e113a7cc29daea713e6ed9c09fa220f6873b57 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
 
 struct Foo {
     unsigned a;