Add an InstCombine transform to recognize instances of manual overflow-safe addition
[oota-llvm.git] / test / FrontendC / 2002-02-13-ConditionalInCall.c
index 0dad6ff5c2f4b40c3494a4db8a1cbeb52daec284..f361088c1cf84cf77315004222b7e91d02a973f3 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
 
 /* Test problem where bad code was generated with a ?: statement was 
    in a function call argument */