[PATCH] D61932: Fix prof branch_weights in entry_counts_missing_dbginfo.ll test

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 20:37:23 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL360843: Fix prof branch_weights in entry_counts_missing_dbginfo.ll test (authored by yrouban, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61932?vs=199560&id=199734#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61932/new/

https://reviews.llvm.org/D61932

Files:
  llvm/trunk/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll


Index: llvm/trunk/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll
===================================================================
--- llvm/trunk/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll
+++ llvm/trunk/test/Transforms/SampleProfile/entry_counts_missing_dbginfo.ll
@@ -176,4 +176,4 @@
 !55 = !DILocation(line: 21, column: 8, scope: !48)
 !56 = !DILocation(line: 22, column: 10, scope: !48)
 !57 = !DILocation(line: 22, column: 3, scope: !48)
-!100 = !{!"branch_weights", i32 5, i32 10}
+!100 = !{!"branch_weights", i32 5}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61932.199734.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190516/449726d4/attachment.bin>


More information about the llvm-commits mailing list