Fix testsuite hang.
authorDuncan Sands <baldrick@free.fr>
Mon, 26 Mar 2007 10:59:13 +0000 (10:59 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 26 Mar 2007 10:59:13 +0000 (10:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35355 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/apint-not.ll
test/Transforms/InstCombine/apint-sub.ll

index 89fc31b23034a26b729e9c5674b8c6c41e43e5f5..f557fa8b1788fd36a71e558ba9634c1881e26f97 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that the xor instructions are properly eliminated
 ; when arbitrary precision integers are used.
 
-; RUN: llvm-as | opt -instcombine | llvm-dis | not grep xor
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep xor
 
 define i33 @test1(i33 %A) {
        %B = xor i33 %A, -1
index 570e20fec5d1f94ad998a9a6aec5e828a8bbfe55..05328bc1a87fd3fdb1aa69c6c287a5ecdbb1b8b3 100644 (file)
@@ -2,7 +2,7 @@
 ; even with arbitrary precision integers.
 ;
 
-; RUN:  llvm-as | opt -instcombine | llvm-dis | \
+; RUN:  llvm-as < %s | opt -instcombine | llvm-dis | \
 ; RUN:   grep -v 'sub i19 %Cok, %Bok' | not grep sub
 
 define i23 @test1(i23 %A) {