Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
[oota-llvm.git] / test / FrontendC / 2003-12-14-ExternInlineSupport.c
index fb92ec773c1a6239a0a101b3b07779539329282a..a45eb98dca2ad084c145f1e39ff59429d541fecd 100644 (file)
@@ -1,3 +1,3 @@
-// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
+// RUN: %llvmgcc -xc %s -S -o - | not grep dead_function
 
 extern __inline__ void dead_function() {}