From 7ce83e576a99f5be6b06209ce463abbc1e25a3c7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 14 Aug 2002 20:07:01 +0000 Subject: [PATCH] Gross, some whitespace escaped git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3335 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMPass.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 7db23f393aa..f7cae6dd83e 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -152,10 +152,10 @@ extra space characters at the end of the lines though... that seems to confuse # Makefile for hello pass # Path to top level of LLVM heirarchy -LEVEL = ../../.. +LEVEL = ../../.. # Name of the library to build -LIBRARYNAME = hello +LIBRARYNAME = hello # Build a dynamically loadable shared object SHARED_LIBRARY = 1 @@ -975,6 +975,6 @@ href="#Pass">Pass, only the other way around.

Christopher Lattner
-Last modified: Wed Aug 14 15:04:56 CDT 2002 +Last modified: Wed Aug 14 15:06:49 CDT 2002