repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git]
/
test
/
Transforms
/
RaiseAllocations
/
2004-11-08-FreeUseCrash.ll
blob
10daa7620d22dbab540a684d702bde8f8e2949d9
1
; RUN: llvm-as < %s | opt -raiseallocs -disable-output
2
3
define void @main() {
4
%tmp.13 = call i32 (...)* @free( i32 32 ) ; <i32> [#uses=1]
5
%tmp.14 = inttoptr i32 %tmp.13 to i32* ; <i32*> [#uses=0]
6
ret void
7
}
8
9
declare i32 @free(...)
10