Implement major new fastisel functionality: the matcher can now handle immediates...
[oota-llvm.git] / test / Linker / 2003-05-31-LinkerRename.ll
index 3e8b2c81bd60a1944d981d31d2a8bf4197ff8385..498fc14b35380d83cce40335c81076848dab8e14 100644 (file)
@@ -6,7 +6,7 @@
 
 ; RUN: echo { define internal i32 @foo() \{ ret i32 7 \} } | llvm-as > %t.1.bc
 ; RUN: llvm-as < %s > %t.2.bc
-; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis | grep internal | not grep %foo(
+; RUN: llvm-link %t.1.bc %t.2.bc -S | grep internal | not grep @foo(
 
 declare i32 @foo()