forked from OSchip/llvm-project
XFAIL this test until such time that code gen can handle a comparison of
packed types. llvm-svn: 32863
This commit is contained in:
parent
494289f70e
commit
1434f95410
|
@ -3,6 +3,7 @@
|
|||
; RUN: llvm-as < %s | llvm-dis > %t1.ll
|
||||
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
|
||||
; RUN: diff %t1.ll %t2.ll
|
||||
; XFAIL: *
|
||||
|
||||
%ivec_type = type <4 x i8>
|
||||
%ivec1 = constant %ivec_type < i8 1, i8 1, i8 1, i8 1 >
|
||||
|
|
Loading…
Reference in New Issue