[PATCH] D29906: Correct typo s/hosting/hoisting/

Brian Cain via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 12:35:12 PST 2017


bcain created this revision.

Repository:
  rL LLVM

https://reviews.llvm.org/D29906

Files:
  lib/Transforms/Scalar/LICM.cpp


Index: lib/Transforms/Scalar/LICM.cpp
===================================================================
--- lib/Transforms/Scalar/LICM.cpp
+++ lib/Transforms/Scalar/LICM.cpp
@@ -847,7 +847,7 @@
   DEBUG(dbgs() << "LICM hoisting to " << Preheader->getName() << ": " << I
                << "\n");
   ORE->emit(OptimizationRemark(DEBUG_TYPE, "Hoisted", &I)
-            << "hosting " << ore::NV("Inst", &I));
+            << "hoisting " << ore::NV("Inst", &I));
 
   // Metadata can be dependent on conditions we are hoisting above.
   // Conservatively strip all metadata on the instruction unless we were


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29906.88245.patch
Type: text/x-patch
Size: 607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170213/8c39b144/attachment.bin>


More information about the llvm-commits mailing list