diff options
author | Eric Christopher <echristo@apple.com> | 2010-10-18 22:53:53 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-10-18 22:53:53 +0000 |
commit | 7b92c2a9a00ba0e19e15f476808d89e8c2b7775a (patch) | |
tree | 22305f664926b38ecb9b49bf98c1e09f8f19a616 /llvm/test/CodeGen/ARM/fast-isel.ll | |
parent | 473f8a6f88213286f615d4c0f295f2d88a57800d (diff) | |
download | bcm5719-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.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. |