Sign in
swiftshader
/
SwiftShader
/
d4e5e9e0e99aa7ff54440f5096a0ada597b66650
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Blackfin
/
i56param.ll
blob: ca0256391b1fc4fbb5630d893d5b458d91cd13e5 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=bfin -verify-machineinstrs
@i56_l
=
external
global
i56
; <i56*> [#uses=1]
@i56_s
=
external
global
i56
; <i56*> [#uses=1]
define
void
@i56_ls
(
i56
%x
)
nounwind
{
store
i56
%x
,
i56
*
@i56_s
ret
void
}