summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-10-18 22:53:53 +0000
committerEric Christopher <echristo@apple.com>2010-10-18 22:53:53 +0000
commit7b92c2a9a00ba0e19e15f476808d89e8c2b7775a (patch)
tree22305f664926b38ecb9b49bf98c1e09f8f19a616 /llvm/test/CodeGen/ARM/fast-isel.ll
parent473f8a6f88213286f615d4c0f295f2d88a57800d (diff)
downloadbcm5719-llvm-7b92c2a9a00ba0e19e15f476808d89e8c2b7775a.tar.gz
bcm5719-llvm-7b92c2a9a00ba0e19e15f476808d89e8c2b7775a.zip
Revert r116220 - thus turning arm fast isel back on by default.
llvm-svn: 116762
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel.ll b/llvm/test/CodeGen/ARM/fast-isel.ll
index b3ced9c2d87..023760b5d40 100644
--- a/llvm/test/CodeGen/ARM/fast-isel.ll
+++ b/llvm/test/CodeGen/ARM/fast-isel.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -O0 -arm-fast-isel -fast-isel-abort -mtriple=armv7-apple-darwin
-; RUN: llc < %s -O0 -arm-fast-isel -fast-isel-abort -mtriple=thumbv7-apple-darwin
+; RUN: llc < %s -O0 -fast-isel-abort -mtriple=armv7-apple-darwin
+; RUN: llc < %s -O0 -fast-isel-abort -mtriple=thumbv7-apple-darwin
; Very basic fast-isel functionality.
OpenPOWER on IntegriCloud