XFAIL for now.

llvm-svn: 52795
This commit is contained in:
Evan Cheng 2008-06-26 22:09:29 +00:00
parent 2c6fcf5abb
commit f79a4a1f01
1 changed files with 1 additions and 0 deletions

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