diff options
author | Fangrui Song <maskray@google.com> | 2019-12-24 16:11:33 -0800 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-12-24 16:27:51 -0800 |
commit | a36ddf0aa9db5c1086e04f56b5f077b761712eb5 (patch) | |
tree | 0d68816791b56be8e0954ecfbb961136d044f857 /llvm/test/Transforms/AddDiscriminators/call-nested.ll | |
parent | eb16435b5e5df68d2410bbe4c08ef8ce8aa8b2f4 (diff) | |
download | bcm5719-llvm-a36ddf0aa9db5c1086e04f56b5f077b761712eb5.tar.gz bcm5719-llvm-a36ddf0aa9db5c1086e04f56b5f077b761712eb5.zip |
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351
Diffstat (limited to 'llvm/test/Transforms/AddDiscriminators/call-nested.ll')
-rw-r--r-- | llvm/test/Transforms/AddDiscriminators/call-nested.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/AddDiscriminators/call-nested.ll b/llvm/test/Transforms/AddDiscriminators/call-nested.ll index d96ff31c6a2..905b3c7317d 100644 --- a/llvm/test/Transforms/AddDiscriminators/call-nested.ll +++ b/llvm/test/Transforms/AddDiscriminators/call-nested.ll @@ -24,8 +24,8 @@ declare i32 @_Z3fooii(i32, i32) #1 declare i32 @_Z3barv() #1 -attributes #0 = { uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" } -attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" } +attributes #0 = { uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" } +attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" } !llvm.dbg.cu = !{!0} !llvm.module.flags = !{!8, !9} |