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
fix PR4963: folding insertvalue would sometimes turn a packed struct into
[llvm/avr.git]
/
test
/
Transforms
/
Internalize
/
2009-01-05-InternalizeAliases.ll
blob
7b18a04e1160f3f6f4bdad2f44933d5a57b0f92d
1
; RUN: opt < %s -internalize -S | 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
}