MIR Serialization: print and parse machine function names.
[oota-llvm.git] / test / CodeGen / XCore / 2009-07-15-store192.ll
1 ; RUN: llc < %s -march=xcore > %t1.s
2 define void @store32(i8* %p) nounwind {
3 entry:
4         %0 = bitcast i8* %p to i192*
5         store i192 0, i192* %0, align 4
6         ret void
7 }