summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-20 00:56:07 +0000
committerDan Gohman <gohman@apple.com>2008-08-20 00:56:07 +0000
commiteaef5f612a7b25439f6d23be5684b1d7017d35ed (patch)
tree860f4c25315e9889c166a7861097b95fe7788807 /llvm
parent6f765f392cf11fd61c46086e2ed532e5b4eb45ca (diff)
downloadbcm5719-llvm-eaef5f612a7b25439f6d23be5684b1d7017d35ed.tar.gz
bcm5719-llvm-eaef5f612a7b25439f6d23be5684b1d7017d35ed.zip
Add a -march line for this test, and run it on x86-64 too for fun.
llvm-svn: 55030
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel.ll b/llvm/test/CodeGen/X86/fast-isel.ll
index b0be56b64b2..6eeffc523f4 100644
--- a/llvm/test/CodeGen/X86/fast-isel.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud