[PATCH] D47465: Test Commit Access - Removed Whitespace from LLVM tutorial doc

Luke Geeson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 03:03:06 PDT 2018


LukeGeeson created this revision.

https://reviews.llvm.org/D47465

Files:
  examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp


Index: examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp
===================================================================
--- examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp
+++ examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp
@@ -33,14 +33,14 @@
 
   // primary
   tok_identifier = -4, tok_number = -5,
-  
+
   // control
   tok_if = -6, tok_then = -7, tok_else = -8,
   tok_for = -9, tok_in = -10,
-  
+
   // operators
   tok_binary = -11, tok_unary = -12,
-  
+
   // var definition
   tok_var = -13
 };


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47465.148869.patch
Type: text/x-patch
Size: 500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180529/21182826/attachment.bin>


More information about the llvm-commits mailing list