diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb/PR35481.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb/PR35481.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/PR35481.ll b/llvm/test/CodeGen/Thumb/PR35481.ll index 99137c63d96..ebbdb93bb3d 100644 --- a/llvm/test/CodeGen/Thumb/PR35481.ll +++ b/llvm/test/CodeGen/Thumb/PR35481.ll @@ -21,4 +21,4 @@ declare <4 x i32> @g(i32, i32, i32, i32) local_unnamed_addr declare i32 @h(i32) local_unnamed_addr -attributes #0 = { "disable-tail-calls"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" } +attributes #0 = { "disable-tail-calls"="false" "frame-pointer"="all" } |