forked from OSchip/llvm-project
Add a -march line for this test, and run it on x86-64 too for fun.
llvm-svn: 55030
This commit is contained in:
parent
6f765f392c
commit
eaef5f612a
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue