diff options
| author | Fangrui Song <maskray@google.com> | 2019-12-24 16:02:47 -0800 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-12-24 16:05:15 -0800 |
| commit | eb16435b5e5df68d2410bbe4c08ef8ce8aa8b2f4 (patch) | |
| tree | e292b4943e574e55d3be0f592099e1903f88736d /llvm/test/CodeGen/Generic | |
| parent | 502a77f125f43ffde57af34d3fd1b900248a91cd (diff) | |
| download | bcm5719-llvm-eb16435b5e5df68d2410bbe4c08ef8ce8aa8b2f4.tar.gz bcm5719-llvm-eb16435b5e5df68d2410bbe4c08ef8ce8aa8b2f4.zip | |
Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer"="non-leaf" as cleanups after D56351
Diffstat (limited to 'llvm/test/CodeGen/Generic')
| -rw-r--r-- | llvm/test/CodeGen/Generic/DbgValueAggregate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/DbgValueAggregate.ll b/llvm/test/CodeGen/Generic/DbgValueAggregate.ll index e94304a2535..e6832255844 100644 --- a/llvm/test/CodeGen/Generic/DbgValueAggregate.ll +++ b/llvm/test/CodeGen/Generic/DbgValueAggregate.ll @@ -14,7 +14,7 @@ L.entry: ; Function Attrs: nounwind readnone speculatable declare void @llvm.dbg.value(metadata, metadata, metadata) #1 -attributes #0 = { "no-frame-pointer-elim-non-leaf" } +attributes #0 = { "frame-pointer"="non-leaf" } attributes #1 = { nounwind readnone speculatable } !llvm.module.flags = !{!0} |

