aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
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
commit950d3db5f478a84242a90cafce0d8dfc4f8b1152 (patch)
tree88826e3fe1fc3cb62f89d113c8722abf9479bc95 /test/MC
parent4839ded3bdf83a47c581b818e295669533cc9a9b (diff)
downloadexternal_llvm-950d3db5f478a84242a90cafce0d8dfc4f8b1152.zip
external_llvm-950d3db5f478a84242a90cafce0d8dfc4f8b1152.tar.gz
external_llvm-950d3db5f478a84242a90cafce0d8dfc4f8b1152.tar.bz2
Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get
created from the", it broke some GCC test suite tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127477 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/ARM/simple-encoding.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/simple-encoding.ll b/test/MC/ARM/simple-encoding.ll
index defeea9..0877e8e 100644
--- a/test/MC/ARM/simple-encoding.ll
+++ b/test/MC/ARM/simple-encoding.ll
@@ -1,4 +1,4 @@
-;RUN: llc -mtriple=armv7-apple-darwin -show-mc-encoding -disable-cgp-branch-opts < %s | FileCheck %s
+;RUN: llc -mtriple=armv7-apple-darwin -show-mc-encoding < %s | FileCheck %s
;FIXME: Once the ARM integrated assembler is up and going, these sorts of tests