[PATCH] D28866: [CodeGenPrepare] Fix a typo in the comment. NFC.

Haicheng Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 10:21:44 PST 2017


haicheng created this revision.

encode => endcode.


Repository:
  rL LLVM

https://reviews.llvm.org/D28866

Files:
  lib/CodeGen/CodeGenPrepare.cpp


Index: lib/CodeGen/CodeGenPrepare.cpp
===================================================================
--- lib/CodeGen/CodeGenPrepare.cpp
+++ lib/CodeGen/CodeGenPrepare.cpp
@@ -4255,7 +4255,7 @@
 /// %ld = load i32* %addr
 /// %zext = zext i32 %ld to i64
 /// %add = add nuw i64 %zext, 4
-/// \encode
+/// \endcode
 /// Thanks to the promotion, we can match zext(load i32*) to i64.
 bool CodeGenPrepare::extLdPromotion(TypePromotionTransaction &TPT,
                                     LoadInst *&LI, Instruction *&Inst,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28866.84856.patch
Type: text/x-patch
Size: 525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170118/b5545ca2/attachment.bin>


More information about the llvm-commits mailing list