diff options
author | Eric Christopher <echristo@apple.com> | 2010-08-25 07:53:15 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-08-25 07:53:15 +0000 |
commit | e8d274c8c941e328ea36a646c8a4ce49c1821153 (patch) | |
tree | 61bb3812acf2a802b2b1903191e113884bf21eb6 | |
parent | 9f7f83b861f6d03df81c440364ba10f55f6447d5 (diff) |
Run this on thumb and arm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112035 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/fast-isel.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll index c12bbd03e2..86cb94b88d 100644 --- a/test/CodeGen/ARM/fast-isel.ll +++ b/test/CodeGen/ARM/fast-isel.ll @@ -1,4 +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 ; Very basic fast-isel functionality. |