[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 13:23:20 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL292438: [CodeGenPrepare] Fix a typo in the comment. NFC. (authored by haicheng).
Changed prior to commit:
https://reviews.llvm.org/D28866?vs=84856&id=84884#toc
Repository:
rL LLVM
https://reviews.llvm.org/D28866
Files:
llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
Index: llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
===================================================================
--- llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
+++ llvm/trunk/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.84884.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170118/a375708f/attachment.bin>
More information about the llvm-commits
mailing list