Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / read-fp-no-frame-pointer.ll
blobf59388e450baeb8789e216b6c7a99294e0624139
1 ; RUN: not --crash llc < %s -mtriple=x86_64-linux-gnueabi 2>&1 | FileCheck %s
3 define i32 @get_frame() nounwind {
4 entry:
5 ; CHECK: register ebp is allocatable: function has no frame pointer
6   %fp = call i32 @llvm.read_register.i32(metadata !0)
7   ret i32 %fp
10 declare i32 @llvm.read_register.i32(metadata) nounwind
12 !0 = !{!"ebp\00"}