summaryrefslogtreecommitdiff
path: root/test/Assembler/2007-04-20-AlignedStore.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-12-11 15:41:11 +0000
committerDan Gohman <gohman@apple.com>2007-12-11 15:41:11 +0000
commit131c60ab9c7971821c103b5acae190dfad57bb80 (patch)
tree7316c9d4409794032829d328494300a5f935eb05 /test/Assembler/2007-04-20-AlignedStore.ll
parent216b74c20cfa627b77bc9d192ae387d74a8d41fe (diff)
downloadllvm-131c60ab9c7971821c103b5acae190dfad57bb80.tar.gz
llvm-131c60ab9c7971821c103b5acae190dfad57bb80.tar.bz2
llvm-131c60ab9c7971821c103b5acae190dfad57bb80.tar.xz
Don't redirect stderr when it isn't needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44865 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2007-04-20-AlignedStore.ll')
-rw-r--r--test/Assembler/2007-04-20-AlignedStore.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2007-04-20-AlignedStore.ll b/test/Assembler/2007-04-20-AlignedStore.ll
index 7d1eb0a6f6..1b08c48444 100644
--- a/test/Assembler/2007-04-20-AlignedStore.ll
+++ b/test/Assembler/2007-04-20-AlignedStore.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s |& llvm-dis | grep {align 1024}
+; RUN: llvm-as < %s | llvm-dis | grep {align 1024}
define void @test(i32* %arg) {
entry: