XFAIL for now.

llvm-svn: 52795
This commit is contained in:
Evan Cheng 2008-06-26 22:09:29 +00:00
parent 36ebc296c1
commit 407d3b820b

View File

@ -3,6 +3,7 @@
; run instcombine to fold insert/extractvalue chains and we run dce to clean up
; any remaining dead stuff.
; RUN: llvm-as < %s | opt -deadargelim -instcombine -dce | llvm-dis | not grep i16
; XFAIL: *
define internal {i16, i32} @test(i16 %DEADARG) {
%A = insertvalue {i16,i32} undef, i16 1, 0