Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / Mips / frame-address-err.ll
blob45f20ac8119c0d2e1ff660f436fbbaa8c1deb211
1 ; RUN: not llc -march=mips < %s 2>&1 | FileCheck %s
3 declare ptr @llvm.frameaddress(i32) nounwind readnone
5 define ptr @f() nounwind {
6 entry:
7   %0 = call ptr @llvm.frameaddress(i32 1)
8   ret ptr %0
10 ; CHECK: error: return address can be determined only for current frame