summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore/2009-07-15-store192.ll
blob: 5278af8ac229c3b9adbbc2539be8ef82b6399ba9 (plain)
1
2
3
4
5
6
7
; 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
}