diff options
Diffstat (limited to 'llvm/test/BugPoint/func-attrs-keyval.ll')
-rw-r--r-- | llvm/test/BugPoint/func-attrs-keyval.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/func-attrs-keyval.ll b/llvm/test/BugPoint/func-attrs-keyval.ll index aaf8541e50d..0de5db9e307 100644 --- a/llvm/test/BugPoint/func-attrs-keyval.ll +++ b/llvm/test/BugPoint/func-attrs-keyval.ll @@ -8,4 +8,4 @@ define void @f() #0 { } ; CHECK: attributes #[[ATTRS]] = { "bugpoint-crash"="sure" } -attributes #0 = { "bugpoint-crash"="sure" noreturn "no-frame-pointer-elim-non-leaf" } +attributes #0 = { "bugpoint-crash"="sure" noreturn "frame-pointer"="non-leaf" } |