diff options
author | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2008-03-26 00:38:56 +0000 |
---|---|---|
committer | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2008-03-26 00:38:56 +0000 |
commit | 05acd73a731f380e60dd8605e3a0b1255a4e0278 (patch) | |
tree | 34f9cd5839fd9e81c2d1628e915a84305d854706 /llvm/docs/tutorial | |
parent | ad6c23d5e93e50375f2bf14ca523426eb5588b0c (diff) | |
download | bcm5719-llvm-05acd73a731f380e60dd8605e3a0b1255a4e0278.tar.gz bcm5719-llvm-05acd73a731f380e60dd8605e3a0b1255a4e0278.zip |
Test commit (removed trailing whitespace)
llvm-svn: 48809
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl1.html b/llvm/docs/tutorial/LangImpl1.html index 487ddd9bc47..5e1786cb00b 100644 --- a/llvm/docs/tutorial/LangImpl1.html +++ b/llvm/docs/tutorial/LangImpl1.html @@ -37,7 +37,7 @@ <p>Welcome to the "Implementing a language with LLVM" tutorial. This tutorial runs through the implementation of a simple language, showing how fun and -easy it can be. This tutorial will get you up and started as well as help to +easy it can be. This tutorial will get you up and started as well as help to build a framework you can extend to other languages. The code in this tutorial can also be used as a playground to hack on other LLVM specific things. </p> |