mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 08:24:12 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17678 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7863c404ee
commit
1f7893fe05
7
test/Transforms/IPConstantProp/deadarg.ll
Normal file
7
test/Transforms/IPConstantProp/deadarg.ll
Normal file
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s | opt -ipconstprop -disable-output
|
||||
implementation
|
||||
|
||||
internal void %foo(int %X) {
|
||||
call void %foo(int %X)
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user