Un-XFAIL multdeadretval, since instcombine now properly handles the mess deadargelim leaves behind :-)

llvm-svn: 53674
This commit is contained in:
Matthijs Kooijman 2008-07-16 12:56:52 +00:00
parent c1d7477ed2
commit c9d4e06f3a
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
; 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