brintos

brintos / llvm-project-archived public Read only

0
0
Text · 129 B · 481c678 Raw
7 lines · plain
1; RUN: llc < %s -mtriple=xcore > %t1.s2define void @store32(ptr %p) nounwind {3entry:4	store i192 0, ptr %p, align 45	ret void6}7