summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel-static.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-05-30 20:37:52 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-05-30 20:37:52 +0000
commit99bd2ae47996a3f7510ecf8c9e0442c7369d5046 (patch)
tree98098cb955dd8822587beaa077d2b93381dae301 /llvm/test/CodeGen/ARM/fast-isel-static.ll
parentfb372aefa54aa127df5616340f88b676a7000086 (diff)
downloadbcm5719-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-static.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel-static.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-static.ll b/llvm/test/CodeGen/ARM/fast-isel-static.ll
index 7d86cb9b697..afdfa84f390 100644
--- a/llvm/test/CodeGen/ARM/fast-isel-static.ll
+++ b/llvm/test/CodeGen/ARM/fast-isel-static.ll
@@ -1,7 +1,5 @@
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static -arm-long-calls | FileCheck -check-prefix=LONG %s
-; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static -arm-long-calls | FileCheck -check-prefix=LONG %s
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static | FileCheck -check-prefix=NORM %s
-; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=static | FileCheck -check-prefix=NORM %s
define void @myadd(float* %sum, float* %addend) nounwind {
entry:
OpenPOWER on IntegriCloud