aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-12-14 15:15:11 +0000
committerDan Gohman <gohman@apple.com>2007-12-14 15:15:11 +0000
commit064a57a77d1a146a0efa98bdf64b0355dd9c391f (patch)
tree7da6117fa4ab2ef2ef1303611a9358b9f02412f0
parent28174c5aa256cd001ad9bb8ad898af7561aa6c31 (diff)
Don't redirect stderr when it isn't needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45033 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Assembler/2007-12-11-AddressSpaces.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Assembler/2007-12-11-AddressSpaces.ll b/test/Assembler/2007-12-11-AddressSpaces.ll
index e3cd262787..16d01307f3 100644
--- a/test/Assembler/2007-12-11-AddressSpaces.ll
+++ b/test/Assembler/2007-12-11-AddressSpaces.ll
@@ -1,8 +1,8 @@
-; RUN: llvm-as < %s | llvm-dis |& grep {addrspace(33)} | count 7
-; RUN: llvm-as < %s | llvm-dis |& grep {addrspace(42)} | count 2
-; RUN: llvm-as < %s | llvm-dis |& grep {addrspace(66)} | count 2
-; RUN: llvm-as < %s | llvm-dis |& grep {addrspace(11)} | count 6
-; RUN: llvm-as < %s | llvm-dis |& grep {addrspace(22)} | count 5
+; RUN: llvm-as < %s | llvm-dis | grep {addrspace(33)} | count 7
+; RUN: llvm-as < %s | llvm-dis | grep {addrspace(42)} | count 2
+; RUN: llvm-as < %s | llvm-dis | grep {addrspace(66)} | count 2
+; RUN: llvm-as < %s | llvm-dis | grep {addrspace(11)} | count 6
+; RUN: llvm-as < %s | llvm-dis | grep {addrspace(22)} | count 5
%struct.mystruct = type { i32, i32 addrspace(33)*, i32, i32 addrspace(33)* }
@input = weak global %struct.mystruct zeroinitializer addrspace(42) ; <%struct.mystruct addrspace(42)*> [#uses=1]