[PATCH] D38079: DebugInfo: Remove unneeded attributes from test/DebugInfo/Generic/imported-name-inlined.ll

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 09:01:59 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL313762: DebugInfo: Remove unneeded attributes from test/DebugInfo/Generic/imported-nameā€¦ (authored by dblaikie).

Changed prior to commit:
  https://reviews.llvm.org/D38079?vs=116010&id=116011#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D38079

Files:
  llvm/trunk/test/DebugInfo/Generic/imported-name-inlined.ll


Index: llvm/trunk/test/DebugInfo/Generic/imported-name-inlined.ll
===================================================================
--- llvm/trunk/test/DebugInfo/Generic/imported-name-inlined.ll
+++ llvm/trunk/test/DebugInfo/Generic/imported-name-inlined.ll
@@ -33,17 +33,14 @@
 ; CHECK:     NULL
 ; CHECK:   NULL
 
-; Function Attrs: noinline optnone uwtable
-define void @_Z2f2v() #0 !dbg !14 {
+; Function Attrs: noinline
+define void @_Z2f2v() noinline !dbg !14 {
 entry:
   call void @_ZN2ns1fEv(), !dbg !15
   ret void, !dbg !17
 }
 
-declare void @_ZN2ns1fEv() #1
-
-attributes #0 = { noinline optnone uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-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 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-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" }
+declare void @_ZN2ns1fEv()
 
 !llvm.dbg.cu = !{!0}
 !llvm.module.flags = !{!10, !11, !12}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38079.116011.patch
Type: text/x-patch
Size: 1630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170920/78022a7e/attachment.bin>


More information about the llvm-commits mailing list