[PATCH] D86028: Test dummy change2
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 15 14:52:48 PDT 2020
wenlei created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
wenlei requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86028
Files:
llvm/lib/Analysis/InlineAdvisor.cpp
Index: llvm/lib/Analysis/InlineAdvisor.cpp
===================================================================
--- llvm/lib/Analysis/InlineAdvisor.cpp
+++ llvm/lib/Analysis/InlineAdvisor.cpp
@@ -372,8 +372,9 @@
}
void llvm::addLocationToRemarks(OptimizationRemark &Remark, DebugLoc DLoc) {
- if (!DLoc.get())
+ if (!DLoc.get()) {
return;
+ }
bool First = true;
Remark << " at callsite ";
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86028.285864.patch
Type: text/x-patch
Size: 408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200815/76baf9a6/attachment.bin>
More information about the llvm-commits
mailing list