diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-03-11 19:30:30 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-03-11 19:30:30 +0000 |
commit | 94ccb27b43552fbc5459e0572dc73a505eca88bf (patch) | |
tree | 4d06fbfec389f9d3840c122f83a3be0a3f6ccfbd /llvm/test/MC/ARM/simple-encoding.ll | |
parent | c77f85b4b0fed17f3c46357b3d4a833e2a54ee1e (diff) | |
download | bcm5719-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/MC/ARM/simple-encoding.ll')
-rw-r--r-- | llvm/test/MC/ARM/simple-encoding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/simple-encoding.ll b/llvm/test/MC/ARM/simple-encoding.ll index defeea947d5..0877e8e30c6 100644 --- a/llvm/test/MC/ARM/simple-encoding.ll +++ b/llvm/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 |