[PATCH] D92288: [NFC] Fix title comment typo and provide description for LLJIT example.

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 02:52:43 PST 2020


xgupta updated this revision to Diff 311152.
xgupta added a comment.

update to satisfies clang-format


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92288/new/

https://reviews.llvm.org/D92288

Files:
  llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp


Index: llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp
===================================================================
--- llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp
+++ llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp
@@ -7,7 +7,7 @@
 //===----------------------------------------------------------------------===//
 //
 //  This small program provides an example of how to quickly build a small
-//  module with a 'add1' function and use of IRBuilder to create add & return 
+//  module with a 'add1' function and use of IRBuilder to create add & return
 //  instructions.
 //
 // Goal:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92288.311152.patch
Type: text/x-patch
Size: 591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201211/48755ccc/attachment.bin>


More information about the llvm-commits mailing list