diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-05-30 20:37:52 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-05-30 20:37:52 +0000 |
commit | 99bd2ae47996a3f7510ecf8c9e0442c7369d5046 (patch) | |
tree | 98098cb955dd8822587beaa077d2b93381dae301 /llvm/test/CodeGen/ARM/fast-isel-pred.ll | |
parent | fb372aefa54aa127df5616340f88b676a7000086 (diff) | |
download | bcm5719-llvm-99bd2ae47996a3f7510ecf8c9e0442c7369d5046.tar.gz bcm5719-llvm-99bd2ae47996a3f7510ecf8c9e0442c7369d5046.zip |
Revert r182937 and r182877.
r182877 broke MCJIT tests on ARM and r182937 was working around another failure
by r182877.
This should make the ARM bots green.
llvm-svn: 182960
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-pred.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel-pred.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-pred.ll b/llvm/test/CodeGen/ARM/fast-isel-pred.ll index 48f93225b6b..27731def1f5 100644 --- a/llvm/test/CodeGen/ARM/fast-isel-pred.ll +++ b/llvm/test/CodeGen/ARM/fast-isel-pred.ll @@ -1,5 +1,4 @@ ; RUN: llc -O0 -verify-machineinstrs -mtriple=armv7-apple-darwin < %s -; RUN: llc -O0 -verify-machineinstrs -mtriple=armv7-linux-gnueabi < %s define i32 @main() nounwind ssp { entry: |