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
eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
[llvm/avr.git]
/
test
/
Transforms
/
FunctionAttrs
/
2008-12-29-Constant.ll
blob
672b5e1392b7a411c2d2ce5699a0bafd27761afd
1
; RUN: opt < %s -functionattrs -S | grep readnone
2
3
@s = external constant i8 ; <i8*> [#uses=1]
4
5
define i8 @f() {
6
%tmp = load i8* @s ; <i8> [#uses=1]
7
ret i8 %tmp
8
}