diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-04-09 06:31:06 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-04-09 06:31:06 +0000 |
| commit | ea6afab4b08296c301c8216c3e5f1e1bc4e25aae (patch) | |
| tree | b05bdc4c58de660dd3643c7bc3a64f440f379f55 /llvm | |
| parent | 0687ec705197b20295e0ae291183ec82da0ce904 (diff) | |
| download | bcm5719-llvm-ea6afab4b08296c301c8216c3e5f1e1bc4e25aae.tar.gz bcm5719-llvm-ea6afab4b08296c301c8216c3e5f1e1bc4e25aae.zip | |
remove a bunch of CHECK lines that aren't checking what
they thought they were, because alternation was expanding
wrong in {{}}'s.
llvm-svn: 129194
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll b/llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll index 9882690da26..c1318ec31f5 100644 --- a/llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll +++ b/llvm/test/CodeGen/ARM/lsr-on-unrolled-loops.ll @@ -4,11 +4,6 @@ ; constant offset addressing, so that each of the following stores ; uses the same register. -; CHECK: vstr.32 s{{.*}}, [{{(r[0-9]+)|(lr)}}, #-128] -; CHECK: vstr.32 s{{.*}}, [{{(r[0-9]+)|(lr)}}, #-96] -; CHECK: vstr.32 s{{.*}}, [{{(r[0-9]+)|(lr)}}, #-64] -; CHECK: vstr.32 s{{.*}}, [{{(r[0-9]+)|(lr)}}, #-32] -; CHECK: vstr.32 s{{.*}}, [{{(r[0-9]+)|(lr)}}] ; CHECK: vstr.32 s{{.*}}, [{{(r[0-9]+)|(lr)}}, #32] ; CHECK: vstr.32 s{{.*}}, [{{(r[0-9]+)|(lr)}}, #64] ; CHECK: vstr.32 s{{.*}}, [{{(r[0-9]+)|(lr)}}, #96] |

