1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

make target independent.

llvm-svn: 95655
This commit is contained in:
Chris Lattner 2010-02-09 06:36:30 +00:00
parent 28b79c686d
commit fdb9fda4af

View File

@ -1,5 +1,4 @@
; RUN: llc < %s
; RUN: llc < %s -march=x86 -mcpu=i386
; PR1239