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
another random update
[llvm/avr.git]
/
test
/
Transforms
/
LICM
/
2005-03-24-LICM-Aggregate-Crash.ll
blob
724c1fa71bf0e73758ee042520dc6a700db6294a
1
; RUN: opt %s -licm -disable-output
2
3
define void @test({ i32 }* %P) {
4
br label %Loop
5
Loop: ; preds = %Loop, %0
6
free { i32 }* %P
7
br label %Loop
8
}
9