summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/constants.ll
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-03-11 19:30:30 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-03-11 19:30:30 +0000
commit94ccb27b43552fbc5459e0572dc73a505eca88bf (patch)
tree4d06fbfec389f9d3840c122f83a3be0a3f6ccfbd /llvm/test/CodeGen/ARM/constants.ll
parentc77f85b4b0fed17f3c46357b3d4a833e2a54ee1e (diff)
downloadbcm5719-llvm-94ccb27b43552fbc5459e0572dc73a505eca88bf.tar.gz
bcm5719-llvm-94ccb27b43552fbc5459e0572dc73a505eca88bf.zip
Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get
created from the", it broke some GCC test suite tests. llvm-svn: 127477
Diffstat (limited to 'llvm/test/CodeGen/ARM/constants.ll')
-rw-r--r--llvm/test/CodeGen/ARM/constants.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/constants.ll b/llvm/test/CodeGen/ARM/constants.ll
index a66ee41fe19..542cf02f2a9 100644
--- a/llvm/test/CodeGen/ARM/constants.ll
+++ b/llvm/test/CodeGen/ARM/constants.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -disable-cgp-branch-opts | FileCheck %s
+; RUN: llc < %s -march=arm | FileCheck %s
define i32 @f1() {
; CHECK: f1
OpenPOWER on IntegriCloud