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 | 9f264597d818b37759e5eb784c2eb6e73609a07d (patch) | |
tree | 30c406cb5faf59a6259a6c2d43a8cae16e3a0f25 /test/CodeGen/ARM | |
parent | 6ff80b2281eea0f42458bbf9790d5e340d9d7797 (diff) | |
download | external_llvm-9f264597d818b37759e5eb784c2eb6e73609a07d.zip external_llvm-9f264597d818b37759e5eb784c2eb6e73609a07d.tar.gz external_llvm-9f264597d818b37759e5eb784c2eb6e73609a07d.tar.bz2 |
remove a bunch of CHECK lines that aren't checking what
they thought they were, because alternation was expanding
wrong in {{}}'s.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r-- | test/CodeGen/ARM/lsr-on-unrolled-loops.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/ARM/lsr-on-unrolled-loops.ll b/test/CodeGen/ARM/lsr-on-unrolled-loops.ll index 9882690..c1318ec 100644 --- a/test/CodeGen/ARM/lsr-on-unrolled-loops.ll +++ b/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] |