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
/
Internalize
/
2009-01-05-InternalizeAliases.ll
blob
c0041ac2d7dfabaabe9db3a7dcbb0e23ccbe1d46
1
; RUN: llvm-as < %s | opt -internalize | llvm-dis | grep internal | count 3
2
3
@A = global i32 0
4
@B = alias i32* @A
5
@C = alias i32* @B
6
7
define i32 @main() {
8
%tmp = load i32* @C
9
ret i32 %tmp
10
}