replace switch stmt with an assert, generate li 0 instead of lis 0 for 0,
[oota-llvm.git] / test / Linker / AppendingLinkage.ll
index 0019e6cdea917e8ee364f954098f3f399f0f8445..4126b8882b6ce29af71c0b6d7b56454fe303faaf 100644 (file)
@@ -1,8 +1,8 @@
 ; Test that appending linkage works correctly.
 
-; RUN: echo "%X = appending global [1x int] [int 8]" | as > %t.2.bc
-; RUN: as < %s > %t.1.bc
-; RUN: link %t.[12].bc | dis | grep 7 | grep 4 | grep 8
+; RUN: echo "%X = appending global [1x int] [int 8]" | llvm-as > %t.2.bc
+; RUN: llvm-as < %s > %t.1.bc
+; RUN: llvm-link %t.[12].bc | llvm-dis | grep 7 | grep 4 | grep 8
 
 %X = appending global [2 x int] [int 7, int 4]