repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation change.
[llvm/avr.git]
/
test
/
Transforms
/
InstCombine
/
2002-03-11-InstCombineHang.ll
blob
94ce68e989b3bde1dba7494b19fcdaa06708e54a
1
; This testcase causes instcombine to hang.
2
;
3
; RUN: llvm-as < %s | opt -instcombine
4
5
define void @test(i32 %X) {
6
%reg117 = add i32 %X, 0 ; <i32> [#uses=0]
7
ret void
8
}
9