[PATCH] D19286: Refine instruction weight annotation algorithm for sample profiler.

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 16:48:04 PDT 2016


mgrang added a subscriber: mgrang.

================
Comment at: lib/Transforms/IPO/SampleProfile.cpp:460
@@ +459,3 @@
+    return std::error_code();
+  }
+
----------------
Extraneous braces.

================
Comment at: lib/Transforms/IPO/SampleProfile.cpp:492
@@ -478,1 +491,3 @@
+      R = 0;
+    }
   }
----------------
Extraneous braces.


http://reviews.llvm.org/D19286





More information about the llvm-commits mailing list