repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git]
/
test
/
Transforms
/
InstCombine
/
2003-09-09-VolatileLoadElim.ll
blob
32979191f853be8c545e47660847eb4b8bf625ed
1
; RUN: opt < %s -instcombine -S | grep load
2
3
define void @test(i32* %P) {
4
; Dead but not deletable!
5
%X = volatile load i32* %P ; <i32> [#uses=0]
6
ret void
7
}