Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
[oota-llvm.git] / test / FrontendC / 2007-06-05-NoInlineAttribute.c
index cb1920aed091576f6c2bf6e368ea106ad4898037..9543538fb1b9e7b1e73d67d6b4eaf173e1292f00 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -c -emit-llvm %s -o - | llvm-dis | grep llvm.noinline 
+// RUN: %llvmgcc -O2 -S %s -o - | grep call
 
 static int bar(int x, int y) __attribute__((noinline));