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
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git]
/
test
/
Transforms
/
LICM
/
2005-03-24-LICM-Aggregate-Crash.ll
blob
91740cf0eb71720c3aea0a7348dd3a4d678794cc
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