1; RUN: llc < %s -march=xcore > %t1.s
2define void @store32(i8* %p) nounwind {
3entry:
4	%0 = bitcast i8* %p to i192*
5	store i192 0, i192* %0, align 4
6	ret void
7}
8