mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 21:32:49 +00:00
Commit testcase for r101213.
llvm-svn: 101214
This commit is contained in:
parent
5e0d0d551b
commit
49c5407ceb
12
test/Transforms/DeadArgElim/deadexternal.ll
Normal file
12
test/Transforms/DeadArgElim/deadexternal.ll
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: opt -deadargelim -S %s | FileCheck %s
|
||||
|
||||
define void @test(i32) {
|
||||
ret void
|
||||
}
|
||||
|
||||
define void @foo() {
|
||||
call void @test(i32 0)
|
||||
ret void
|
||||
; CHECK: @foo
|
||||
; CHECK: i32 undef
|
||||
}
|
Loading…
Reference in New Issue
Block a user