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