diff options
Diffstat (limited to 'llvm/test/Other/print-module-scope.ll')
-rw-r--r-- | llvm/test/Other/print-module-scope.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Other/print-module-scope.ll b/llvm/test/Other/print-module-scope.ll index a6f744657b6..54e087ff29d 100644 --- a/llvm/test/Other/print-module-scope.ll +++ b/llvm/test/Other/print-module-scope.ll @@ -51,10 +51,10 @@ define void @bar() #0 { declare void @baz() #1 -attributes #0 = { nounwind "no-frame-pointer-elim"="true" } +attributes #0 = { nounwind "frame-pointer"="all" } attributes #1 = { nounwind readnone ssp "use-soft-float"="false" } -; FOO: attributes #{{[0-9]}} = { nounwind "no-frame-pointer-elim"="true" } +; FOO: attributes #{{[0-9]}} = { nounwind "frame-pointer"="all" } ; FOO: attributes #{{[0-9]}} = { nounwind readnone ssp "use-soft-float"="false" } |