1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00

temporarily XFAIL this test until post RA

live-ins is properly enabled.

llvm-svn: 154882
This commit is contained in:
Preston Gurd 2012-04-17 00:21:35 +00:00
parent ced1f200a3
commit 02674f0df7

View File

@ -1,3 +1,4 @@
; XFAIL: *
; RUN: llc <%s -O2 -mcpu=atom -march=x86 -relocation-model=static | FileCheck -check-prefix=atom %s
; RUN: llc <%s -O2 -mcpu=core2 -march=x86 -relocation-model=static | FileCheck %s
;