diff options
| author | Wei Mi <wmi@google.com> | 2016-02-03 18:05:57 +0000 |
|---|---|---|
| committer | Wei Mi <wmi@google.com> | 2016-02-03 18:05:57 +0000 |
| commit | 97de385868d73e5ea81494fc380c35507798893f (patch) | |
| tree | 9c6a872bd8f4ca00fdb2bc0c47a455301ede8405 /llvm/test/CodeGen/Thumb2 | |
| parent | 7ec03dc7f80e73dc60960fe163e20bf3da19c969 (diff) | |
| download | bcm5719-llvm-97de385868d73e5ea81494fc380c35507798893f.tar.gz bcm5719-llvm-97de385868d73e5ea81494fc380c35507798893f.zip | |
Revert r259662, which caused regressions on polly tests.
llvm-svn: 259675
Diffstat (limited to 'llvm/test/CodeGen/Thumb2')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll b/llvm/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll index b4248b81748..e59e84d49ec 100644 --- a/llvm/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll +++ b/llvm/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll @@ -8,6 +8,7 @@ entry: ; -- The loop following the load should only use a single add-literation ; instruction. ; CHECK: vldr +; CHECK: adds r{{[0-9]+.*}}#1 ; CHECK-NOT: adds ; CHECK: subsections_via_symbols |

