Sign in
rust
/
rust-lang
/
llvm-project
/
ae9c45b112598aa9a411ffe4cebd213d7f9186b6
/
.
/
llvm
/
test
/
CodeGen
/
XCore
/
2009-07-15-store192.ll
blob: d3a346e8ef6c42a3ae2efd580598ae5b072896c5 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=xcore > %t1.s
define
void
@store32
(
ptr
%p
)
nounwind
{
entry
:
store
i192
0
,
ptr
%p
,
align
4
ret
void
}