diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-20 00:56:07 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-20 00:56:07 +0000 |
commit | 6ef91b293a01302960736bb09d01462dad489c44 (patch) | |
tree | 6743ecdf6a0b1bae5e2925b491e921c172e65953 | |
parent | 6b60ecad823e17d04d6918b242f707341e0e34fd (diff) | |
download | external_llvm-6ef91b293a01302960736bb09d01462dad489c44.zip external_llvm-6ef91b293a01302960736bb09d01462dad489c44.tar.gz external_llvm-6ef91b293a01302960736bb09d01462dad489c44.tar.bz2 |
Add a -march line for this test, and run it on x86-64 too for fun.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55030 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/fast-isel.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel.ll b/test/CodeGen/X86/fast-isel.ll index b0be56b..6eeffc5 100644 --- a/test/CodeGen/X86/fast-isel.ll +++ b/test/CodeGen/X86/fast-isel.ll @@ -1,4 +1,5 @@ -; RUN: llvm-as < %s | llc -fast-isel +; RUN: llvm-as < %s | llc -fast-isel -march=x86 +; RUN: llvm-as < %s | llc -fast-isel -march=x86-64 ; This tests very minimal fast-isel functionality. |