repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-core.git]
/
test
/
Transforms
/
IPConstantProp
/
deadarg.ll
blob
4b9938e09e90c66476f0e2829d3f733ab122b215
1
; RUN: opt < %s -ipconstprop -disable-output
2
define internal void @foo(i32 %X) {
3
call void @foo( i32 %X )
4
ret void
5
}
6