diff options
author | Chris Lattner <sabre@nondot.org> | 2007-10-23 06:30:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-10-23 06:30:50 +0000 |
commit | c3def1530a3dde2d49ba26f7014a1094e7583799 (patch) | |
tree | 135ad093c670d7d71335640b0d66371d92b5cf64 /llvm/docs/tutorial/LangImpl3.html | |
parent | e9b16ec28a7929421f99aecd93c1535fd7a5471a (diff) | |
download | bcm5719-llvm-c3def1530a3dde2d49ba26f7014a1094e7583799.tar.gz bcm5719-llvm-c3def1530a3dde2d49ba26f7014a1094e7583799.zip |
Fix validation problems, which were somewhat ironically in the "valid html" button code :)
llvm-svn: 43247
Diffstat (limited to 'llvm/docs/tutorial/LangImpl3.html')
-rw-r--r-- | llvm/docs/tutorial/LangImpl3.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/LangImpl3.html b/llvm/docs/tutorial/LangImpl3.html index e110bea799f..b1f237c2c4a 100644 --- a/llvm/docs/tutorial/LangImpl3.html +++ b/llvm/docs/tutorial/LangImpl3.html @@ -534,7 +534,7 @@ ready> <b>cos(1.234);</b> ready> Read top-level expression: define double @""() { entry: - %calltmp = call double @cos( double 1.234000e+00 ) ; <double> [#uses=1] + %calltmp = call double @cos( double 1.234000e+00 ) ret double %calltmp } </pre> @@ -1180,7 +1180,7 @@ int main() { <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> <a href="http://validator.w3.org/check/referer"><img - src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> + src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> |