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
Implement bswap
[llvm/msp430.git]
/
test
/
Analysis
/
Andersens
/
2008-03-19-External.ll
blob
c4f1ff0838556f4f1dc1c9ed91ad87f268894b87
1
; RUN: llvm-as < %s | opt -anders-aa -gvn | llvm-dis | not grep undef
2
; PR2160
3
4
declare void @f(i32*)
5
6
define i32 @g() {
7
entry:
8
%tmp = alloca i32 ; <i32*> [#uses=2]
9
call void @f( i32* %tmp )
10
%tmp2 = load i32* %tmp ; <i32> [#uses=1]
11
ret i32 %tmp2
12
}