Really feed llvm-as with the testcase, do not let it read from stdin. This fixes...
authorGabor Greif <ggreif@gmail.com>
Tue, 26 Feb 2008 13:37:13 +0000 (13:37 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 26 Feb 2008 13:37:13 +0000 (13:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47604 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/frounds.ll
test/Transforms/InstCombine/2008-02-23-MulSub.ll

index 159639e396c6ac14164e3fd4932eae83f91e7180..0d8e621f354f3a477e62a504982b47da39504614 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as | llc -march=ppc32
+; RUN: llvm-as < %s | llc -march=ppc32
 
 define i32 @foo() {
 entry:
index 21917ab5cf4cfb33a8666b0a6236979525709b0f..9560e450caeb4923e05cacc73431e0a0fe887bbd 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as | opt -instcombine | llvm-dis | not grep mul
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep mul
 
 define i26 @mul_283(i26 %a) nounwind  {
 entry: