Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
[oota-llvm.git] / test / FrontendC / 2008-11-02-WeakAlias.c
index 4bdc5c7bec9354b62adb970ab94e29a5ddb75482..d10e57f5efe0dc0bfae1ad34ddf3091d30789f69 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %llvmgcc -S -emit-llvm -o - %s | grep weak
+// RUN: %llvmgcc -S -o - %s | grep weak
 // PR2691
 
 void init_IRQ(void) __attribute__((weak, alias("native_init_IRQ")));
-void native_init_IRQ(void) {}
\ No newline at end of file
+void native_init_IRQ(void) {}