diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-10-31 07:30:39 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-10-31 07:30:39 +0000 |
| commit | 75045da5635356e3cb5c3deb7a501cb608abe3b2 (patch) | |
| tree | c766299b34b11cfc9eaa8c3f44db02112c7942dd /llvm/docs/tutorial/LangImpl4.html | |
| parent | 1db6e89b7aace075482c5178fbe0d51e31e23ade (diff) | |
| download | bcm5719-llvm-75045da5635356e3cb5c3deb7a501cb608abe3b2.tar.gz bcm5719-llvm-75045da5635356e3cb5c3deb7a501cb608abe3b2.zip | |
fix validation
llvm-svn: 43549
Diffstat (limited to 'llvm/docs/tutorial/LangImpl4.html')
| -rw-r--r-- | llvm/docs/tutorial/LangImpl4.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl4.html b/llvm/docs/tutorial/LangImpl4.html index 8661b6244bf..8c25a047c7e 100644 --- a/llvm/docs/tutorial/LangImpl4.html +++ b/llvm/docs/tutorial/LangImpl4.html @@ -360,7 +360,7 @@ functionality, but can we do more?</p> <div class="doc_code"> <pre> -ready> def testfunc(x y) x + y*2; </b> +ready> <b>def testfunc(x y) x + y*2; </b> Read function definition: define double @testfunc(double %x, double %y) { entry: |

