aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <djg@cray.com>2007-11-27 00:07:33 +0000
committerDan Gohman <djg@cray.com>2007-11-27 00:07:33 +0000
commit024903dc4b2c5cf19f3ad44430ef6ecaa6f0ad94 (patch)
tree043fa0e7d87bda3b034d2c4ec761e5ce1d795436 /test
parentacb09fafe5697b9535e78af561d48bd30dc69213 (diff)
downloadexternal_llvm-024903dc4b2c5cf19f3ad44430ef6ecaa6f0ad94.zip
external_llvm-024903dc4b2c5cf19f3ad44430ef6ecaa6f0ad94.tar.gz
external_llvm-024903dc4b2c5cf19f3ad44430ef6ecaa6f0ad94.tar.bz2
Don't redirect llvm-as's stderr to llvm-dis.
Change grep '' to grep {}. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Assembler/2007-04-20-AlignedLoad.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2007-04-20-AlignedLoad.ll b/test/Assembler/2007-04-20-AlignedLoad.ll
index a01fdf0..1cbeede 100644
--- a/test/Assembler/2007-04-20-AlignedLoad.ll
+++ b/test/Assembler/2007-04-20-AlignedLoad.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s |& llvm-dis |& grep 'align 1024'
+; RUN: llvm-as < %s | llvm-dis |& grep {align 1024}
define i32 @test(i32* %arg) {
entry: