1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

xfail this.

llvm-svn: 55550
This commit is contained in:
Evan Cheng 2008-08-29 22:59:13 +00:00
parent 2a3e05b519
commit 79d2a8f97d

View File

@ -1,5 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin | grep and | count 1
; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=i686-pc-linux | grep and | count 1
; XFAIL: *
declare void @bar(<2 x i64>* %n)