summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-10-11 20:21:21 +0000
committerEric Christopher <echristo@apple.com>2010-10-11 20:21:21 +0000
commit6002b3b3e14cd1a6971f30a32c83b34441b85271 (patch)
tree06b2c2d4e9113d944749e57e73a450ab8abd32e7
parent46cc854e5eecfef6f99c6fd7012994480b534688 (diff)
downloadbcm5719-llvm-6002b3b3e14cd1a6971f30a32c83b34441b85271.tar.gz
bcm5719-llvm-6002b3b3e14cd1a6971f30a32c83b34441b85271.zip
Remove now non-existent option.
llvm-svn: 116219
-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