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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
Blackfin
/
i56param.ll
blob
ca0256391b1fc4fbb5630d893d5b458d91cd13e5
1
; RUN: llc < %s -march=bfin -verify-machineinstrs
2
@i56_l = external global i56 ; <i56*> [#uses=1]
3
@i56_s = external global i56 ; <i56*> [#uses=1]
4
5
define void @i56_ls(i56 %x) nounwind {
6
store i56 %x, i56* @i56_s
7
ret void
8
}