mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
XFAIL for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52795 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8032020cf2
commit
a7e4cc9263
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user