diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-03-29 17:14:24 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-03-29 17:14:24 +0000 |
commit | 70671b9937e86324cbe27ef995a3f85cd6efe715 (patch) | |
tree | 283afd24a849898b5c3e39d7a8594dfc7dd419f0 /llvm/test/CodeGen/ARM/lsr-icmp-imm.ll | |
parent | 7d2ef16cb360dbd95e276b80b85c6ff9ce69dc23 (diff) | |
download | bcm5719-llvm-70671b9937e86324cbe27ef995a3f85cd6efe715.tar.gz bcm5719-llvm-70671b9937e86324cbe27ef995a3f85cd6efe715.zip |
Remove the old CodePlacementOpt pass.
It was superseded by MachineBlockPlacement and disabled by default since LLVM 3.1.
llvm-svn: 178349
Diffstat (limited to 'llvm/test/CodeGen/ARM/lsr-icmp-imm.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/lsr-icmp-imm.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/lsr-icmp-imm.ll b/llvm/test/CodeGen/ARM/lsr-icmp-imm.ll index 5283f5747d9..248c4bd1bee 100644 --- a/llvm/test/CodeGen/ARM/lsr-icmp-imm.ll +++ b/llvm/test/CodeGen/ARM/lsr-icmp-imm.ll @@ -1,5 +1,5 @@ -; RUN: llc -mtriple=thumbv7-apple-ios -disable-code-place < %s | FileCheck %s -; RUN: llc -mtriple=armv7-apple-ios -disable-code-place < %s | FileCheck %s +; RUN: llc -mtriple=thumbv7-apple-ios -disable-block-placement < %s | FileCheck %s +; RUN: llc -mtriple=armv7-apple-ios -disable-block-placement < %s | FileCheck %s ; LSR should compare against the post-incremented induction variable. ; In this case, the immediate value is -2 which requires a cmn instruction. |