aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2007-04-20-AlignedLoad.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-11-27 00:07:33 +0000
committerDan Gohman <gohman@apple.com>2007-11-27 00:07:33 +0000
commit08e581eda7b9023ab94f5ff60d279495715a7567 (patch)
tree043fa0e7d87bda3b034d2c4ec761e5ce1d795436 /test/Assembler/2007-04-20-AlignedLoad.ll
parentb51947817d7ef55011ea4f31499090596fd2b4e4 (diff)
downloadexternal_llvm-08e581eda7b9023ab94f5ff60d279495715a7567.zip
external_llvm-08e581eda7b9023ab94f5ff60d279495715a7567.tar.gz
external_llvm-08e581eda7b9023ab94f5ff60d279495715a7567.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/Assembler/2007-04-20-AlignedLoad.ll')
-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: