convert to filecheck.
[oota-llvm.git] / test / FrontendC / 2007-06-05-NoInlineAttribute.c
index cb1920aed091576f6c2bf6e368ea106ad4898037..b11b3c779684e6b4acf4c4174cc5d36cee0d3bc6 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -c -emit-llvm %s -o - | llvm-dis | grep llvm.noinline 
+// RUN: %llvmgcc -O2 -c -emit-llvm %s -o - | llvm-dis | grep call
 
 static int bar(int x, int y) __attribute__((noinline));