1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Add a -march line for this test, and run it on x86-64 too for fun.

llvm-svn: 55030
This commit is contained in:
Dan Gohman 2008-08-20 00:56:07 +00:00
parent 69c9d47dce
commit bb28e0fc6d

View File

@ -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.