mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
8 lines
169 B
LLVM
8 lines
169 B
LLVM
|
; RUN: llvm-as < %s | llc -march=xcore > %t1.s
|
||
|
define void @store32(i8* %p) nounwind {
|
||
|
entry:
|
||
|
%0 = bitcast i8* %p to i192*
|
||
|
store i192 0, i192* %0, align 4
|
||
|
ret void
|
||
|
}
|