Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / LoongArch / returnaddr-error.ll
blob6ac1e0afcd5c0bbf985905821f01ca511bdab996
1 ; RUN: not llc --mtriple=loongarch64 < %s 2>&1 | FileCheck %s
3 declare ptr @llvm.returnaddress(i32 immarg)
5 define ptr @non_zero_returnaddress() nounwind {
6 ; CHECK: return address can only be determined for the current frame
7   %1 = call ptr @llvm.returnaddress(i32 1)
8   ret ptr %1