Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
af3f5441b51c5f5317a585c816201e16b46891c6
/
.
/
test
/
Transforms
/
LICM
/
2005-03-24-LICM-Aggregate-Crash.ll
blob: b001cd0d5cd2dc3aef112aa3450098a3dd51134f [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | opt -licm -disable-output
define
void
@test
({
i32
}*
%P
)
{
br
label
%Loop
Loop
:
; preds = %Loop, %0
free
{
i32
}*
%P
br
label
%Loop
}