mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
new testcase
llvm-svn: 17678
This commit is contained in:
parent
0a53bc5807
commit
d8ad02ce57
7
test/Regression/Transforms/IPConstantProp/deadarg.ll
Normal file
7
test/Regression/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…
Reference in New Issue
Block a user