Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / XCore / 2009-07-15-store192.ll
blobd3a346e8ef6c42a3ae2efd580598ae5b072896c5
1 ; RUN: llc < %s -march=xcore > %t1.s
2 define void @store32(ptr %p) nounwind {
3 entry:
4         store i192 0, ptr %p, align 4
5         ret void