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
/
2002-03-11-InstCombineHang.ll
blob
5d027a744920a048e64078617fc6a4a0af4ce2cb
1
; This testcase causes instcombine to hang.
2
;
3
; RUN: opt < %s -instcombine
4
5
define void @test(i32 %X) {
6
%reg117 = add i32 %X, 0 ; <i32> [#uses=0]
7
ret void
8
}
9