aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
diff options
context:
space:
mode:
authorDan Gohman <djg@cray.com>2007-12-14 15:15:11 +0000
committerDan Gohman <djg@cray.com>2007-12-14 15:15:11 +0000
commit73e6a0a678db840955845a61059e17059b4c4dd7 (patch)
tree7da6117fa4ab2ef2ef1303611a9358b9f02412f0 /test/Assembler
parentf137ab8d49c745e955ea8b926ea69cdc99bc2eb6 (diff)
downloadexternal_llvm-73e6a0a678db840955845a61059e17059b4c4dd7.zip
external_llvm-73e6a0a678db840955845a61059e17059b4c4dd7.tar.gz
external_llvm-73e6a0a678db840955845a61059e17059b4c4dd7.tar.bz2
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
Diffstat (limited to 'test/Assembler')
-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 e3cd262..16d0130 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]