diff options
author | Eric Christopher <echristo@apple.com> | 2010-10-11 20:21:21 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-10-11 20:21:21 +0000 |
commit | 6002b3b3e14cd1a6971f30a32c83b34441b85271 (patch) | |
tree | 06b2c2d4e9113d944749e57e73a450ab8abd32e7 | |
parent | 46cc854e5eecfef6f99c6fd7012994480b534688 (diff) | |
download | bcm5719-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.ll | 4 |
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. |