diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-07-02 13:29:47 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-07-02 13:29:47 +0000 |
commit | 872ac7cfad93a1cbf2db409cca9b67a5e55ff66f (patch) | |
tree | ef8ae71defc1e19db99027dc84553059767a5e48 /llvm/test/CodeGen/Thumb2 | |
parent | a25971326f0ac3b30009d344498e5ba7ff654ea1 (diff) | |
download | bcm5719-llvm-872ac7cfad93a1cbf2db409cca9b67a5e55ff66f.tar.gz bcm5719-llvm-872ac7cfad93a1cbf2db409cca9b67a5e55ff66f.zip |
Fix the TCL-style quoting in one random test that somehow slipped
through my perl nets.
With this, the test suite passes even if I force it to run with the
built-in shell test logic, except for a test which REQUIREs shell.
llvm-svn: 159529
Diffstat (limited to 'llvm/test/CodeGen/Thumb2')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-ldr_post.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-ldr_post.ll b/llvm/test/CodeGen/Thumb2/thumb2-ldr_post.ll index d1af4ba47fe..2178eecb43e 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-ldr_post.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-ldr_post.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=thumb -mattr=+thumb2 | \ -; RUN: grep {ldr.*\\\[.*\],} | count 1 +; RUN: grep "ldr.*\[.*\]," | count 1 define i32 @test(i32 %a, i32 %b, i32 %c) { %tmp1 = mul i32 %a, %b ; <i32> [#uses=2] |