Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructions
[oota-llvm.git] / test / Linker / 2003-05-31-LinkerRename.ll
index c3661ae9aa3b222d934c2ba2fd6c1275163c00cc..80e0a697697dc42915ab07e4bc2e1bc42f57329e 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()