From 8eef4b2d05808e586a0b5aabc87e9ba5d5e8a798 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 23 Oct 2007 06:30:50 +0000 Subject: Fix validation problems, which were somewhat ironically in the "valid html" button code :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43247 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/LangImpl3.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorial/LangImpl3.html') diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html index e110bea799..b1f237c2c4 100644 --- a/docs/tutorial/LangImpl3.html +++ b/docs/tutorial/LangImpl3.html @@ -534,7 +534,7 @@ ready> cos(1.234); ready> Read top-level expression: define double @""() { entry: - %calltmp = call double @cos( double 1.234000e+00 ) ; [#uses=1] + %calltmp = call double @cos( double 1.234000e+00 ) ret double %calltmp } @@ -1180,7 +1180,7 @@ int main() { Valid CSS! Valid HTML 4.01! + src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"> Chris Lattner
The LLVM Compiler Infrastructure
-- cgit v1.2.3-70-g09d2