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 | a3d210733a0fa2ba99adc576e325a3b04b51663e (patch) | |
tree | 7d2078e5060680486b2af36e302f646e095456fd /test/CodeGen/ARM | |
parent | fa6b29dacdb268301d8e3f58356071c998b2b8a5 (diff) | |
download | external_llvm-a3d210733a0fa2ba99adc576e325a3b04b51663e.zip external_llvm-a3d210733a0fa2ba99adc576e325a3b04b51663e.tar.gz external_llvm-a3d210733a0fa2ba99adc576e325a3b04b51663e.tar.bz2 |
Remove now non-existent option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r-- | test/CodeGen/ARM/fast-isel.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll index b3ced9c..023760b 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. |