enable iv-users simplification by default
[oota-llvm.git] / test / FrontendC / 2009-05-17-AlwaysInline.c
index e758cbf6e7c534483b9cddb5300d2acbb4841cfc..a93fabe052583bb3a2c1a25889b4bde5be80bb1f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -O0 -o - -mllvm --disable-llvm-optzns | grep bar
+// RUN: %llvmgcc -S %s -O0 -o - -mllvm -disable-llvm-optzns | grep bar
 // Check that the gcc inliner is turned off.
 
 #include <stdio.h>