Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / SPARC / sret-secondary.ll
blob84ac0b943c931a245c30c90c8f2d0474e09300ab
1 ; RUN: not --crash llc -march=sparc < %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: sparc only supports sret on the first parameter
5 define void @foo(i32 %a, i32* sret(i32) %out) {
6   store i32 %a, i32* %out
7   ret void