diff options
author | Eric Christopher <echristo@apple.com> | 2010-08-25 07:47:00 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-08-25 07:47:00 +0000 |
commit | dc3d8b812fffd3f48986da5d161dcf282bfbb0b6 (patch) | |
tree | 0143c0d7aa9e1e19b99bae0e1ffa38e22a3d0652 | |
parent | b1cc848d1a9a831e8058fad546e41b21d955fd88 (diff) |
Make this testcase actually executed with fast-isel on arm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112033 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/fast-isel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll index c691cbefdb..c12bbd03e2 100644 --- a/test/CodeGen/ARM/fast-isel.ll +++ b/test/CodeGen/ARM/fast-isel.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -fast-isel -fast-isel-abort -march=arm +; RUN: llc < %s -O0 -arm-fast-isel -fast-isel-abort -mtriple=armv7-apple-darwin ; Very basic fast-isel functionality. |