summaryrefslogtreecommitdiff
path: root/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
commit6e5367d6a35e7d4cde8ddb8d56b706d5b8dffbd0 (patch)
tree627d47048dee27398f6a4cdf13457e741b577975 /test/CodeGen/ARM/fast-isel.ll
parent4a23a376c03692dd12421e49f8e34be0e26f101e (diff)
downloadllvm-6e5367d6a35e7d4cde8ddb8d56b706d5b8dffbd0.tar.gz
llvm-6e5367d6a35e7d4cde8ddb8d56b706d5b8dffbd0.tar.bz2
llvm-6e5367d6a35e7d4cde8ddb8d56b706d5b8dffbd0.tar.xz
Revert r116220 - thus turning arm fast isel back on by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116762 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fast-isel.ll')
-rw-r--r--test/CodeGen/ARM/fast-isel.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll
index b3ced9c2d8..023760b5d4 100644
--- a/test/CodeGen/ARM/fast-isel.ll
+++ b/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.