diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/frame-lowering-fp-adjusted.mir')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/frame-lowering-fp-adjusted.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/frame-lowering-fp-adjusted.mir b/llvm/test/CodeGen/AMDGPU/frame-lowering-fp-adjusted.mir index 348559fbd0d..42484398f9d 100644 --- a/llvm/test/CodeGen/AMDGPU/frame-lowering-fp-adjusted.mir +++ b/llvm/test/CodeGen/AMDGPU/frame-lowering-fp-adjusted.mir @@ -9,7 +9,7 @@ ret void } - attributes #0 = { "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" } + attributes #0 = { "frame-pointer"="all" } ... --- name: foo |