blob: 874d8dc3d7fc46ca21fd4112df8e0a52fdb0abd3 [file] [log] [blame]
; 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
}