summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel-fold.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
commit9e3e730417ec806f5a671e23d762795e550d0930 (patch)
treebce18be2934b79b6f9057479f7e907f8a2a06c17 /test/CodeGen/ARM/fast-isel-fold.ll
parent198f972077e0756f533732ceb7cb1bc12fc29a3d (diff)
downloadllvm-9e3e730417ec806f5a671e23d762795e550d0930.tar.gz
llvm-9e3e730417ec806f5a671e23d762795e550d0930.tar.bz2
llvm-9e3e730417ec806f5a671e23d762795e550d0930.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182960 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fast-isel-fold.ll')
-rw-r--r--test/CodeGen/ARM/fast-isel-fold.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fast-isel-fold.ll b/test/CodeGen/ARM/fast-isel-fold.ll
index 38e1f884bf..7a65295f01 100644
--- a/test/CodeGen/ARM/fast-isel-fold.ll
+++ b/test/CodeGen/ARM/fast-isel-fold.ll
@@ -1,5 +1,4 @@
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM
-; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB
@a = global i8 1, align 1