Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / CodeGen / XCore / 2009-07-15-store192.ll
blob874d8dc3d7fc46ca21fd4112df8e0a52fdb0abd3
1 ; RUN: llvm-as < %s | llc -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