From 8a64d5ed37c90cc38b9ce7914b4e76c87f85370b Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Wed, 26 Mar 2008 00:38:56 +0000 Subject: [PATCH] Test commit (removed trailing whitespace) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48809 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/LangImpl1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/LangImpl1.html b/docs/tutorial/LangImpl1.html index 487ddd9bc47..5e1786cb00b 100644 --- a/docs/tutorial/LangImpl1.html +++ b/docs/tutorial/LangImpl1.html @@ -37,7 +37,7 @@

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.

-- 2.11.0