diff options
author | Duncan Sands <baldrick@free.fr> | 2011-02-27 13:54:01 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2011-02-27 13:54:01 +0000 |
commit | 508fe2f2c49235e3f7cab042a4cc1d0c0bff2052 (patch) | |
tree | 930c94405e1c771114d38a2c531fe682934774e9 /llvm/docs/tutorial | |
parent | 640152340569e6ea939f2501c89b4176a7abce6a (diff) | |
download | llvm-508fe2f2c49235e3f7cab042a4cc1d0c0bff2052.zip llvm-508fe2f2c49235e3f7cab042a4cc1d0c0bff2052.tar.gz llvm-508fe2f2c49235e3f7cab042a4cc1d0c0bff2052.tar.bz2 |
Fix typo pointed out in pr9339.
llvm-svn: 126573
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl5.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl5.html b/llvm/docs/tutorial/LangImpl5.html index 3edb621..166b74a 100644 --- a/llvm/docs/tutorial/LangImpl5.html +++ b/llvm/docs/tutorial/LangImpl5.html @@ -72,7 +72,7 @@ have an if/then/else expression plus a simple 'for' loop.</p> <p> Extending Kaleidoscope to support if/then/else is quite straightforward. It -basically requires adding lexer support for this "new" concept to the lexer, +basically requires adding support for this "new" concept to the lexer, parser, AST, and LLVM code emitter. This example is nice, because it shows how easy it is to "grow" a language over time, incrementally extending it as new ideas are discovered.</p> |