mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
142428ce64
llvm-svn: 81293
8 lines
159 B
LLVM
8 lines
159 B
LLVM
; RUN: llc < %s -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
|
|
}
|