mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 16:35:10 +00:00
testcase for PR13006, thanks to Duncan for filing it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157824 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
acee9e7056
commit
2b76473929
@ -86,4 +86,11 @@ define {i8*, i64} @test_pair_conv_extract() {
|
||||
|
||||
|
||||
|
||||
; PR13006
|
||||
define { i64, i64 } @crash(i8* %this) {
|
||||
%c = tail call { i64, i64 } @testp()
|
||||
%mrv7 = insertvalue { i64, i64 } %c, i64 undef, 1
|
||||
ret { i64, i64 } %mrv7
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user