[DAG] TransformFPLoadStorePair - early out if we're not loading a simple type
[llvm-project.git] / llvm / test / CodeGen / Mips / frame-address-err.ll
blob9b75d3c66e27e45d768d7ef72a5e1fdc7ba6b01a
1 ; RUN: not llc -mtriple=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