From: Dan Gohman Date: Wed, 20 Aug 2008 00:56:07 +0000 (+0000) Subject: Add a -march line for this test, and run it on x86-64 too for fun. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5c6aea97149867178e9cc05ac88f7420d59e9826;p=oota-llvm.git 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 --- diff --git a/test/CodeGen/X86/fast-isel.ll b/test/CodeGen/X86/fast-isel.ll index b0be56b64b2..6eeffc523f4 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.