[PATCH] D67762: [docs] Break long (>80) line. NFC

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 07:14:15 PDT 2019


fpetrogalli created this revision.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67762

Files:
  llvm/docs/Frontend/PerformanceTips.rst


Index: llvm/docs/Frontend/PerformanceTips.rst
===================================================================
--- llvm/docs/Frontend/PerformanceTips.rst
+++ llvm/docs/Frontend/PerformanceTips.rst
@@ -21,7 +21,8 @@
 generated code.  
 
 Beyond the specific items on the list below, it's worth noting that the most 
-mature frontend for LLVM is Clang.  As a result, the further your IR gets from what Clang might emit, the less likely it is to be effectively optimized.  It 
+mature frontend for LLVM is Clang.  As a result, the further your IR gets from
+what Clang might emit, the less likely it is to be effectively optimized. It
 can often be useful to write a quick C program with the semantics you're trying
 to model and see what decisions Clang's IRGen makes about what IR to emit.  
 Studying Clang's CodeGen directory can also be a good source of ideas.  Note 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67762.220862.patch
Type: text/x-patch
Size: 873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190919/b9624aab/attachment.bin>


More information about the llvm-commits mailing list