projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6093bd5
)
fix validation
author
Chris Lattner
<sabre@nondot.org>
Wed, 31 Oct 2007 07:30:39 +0000
(07:30 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 31 Oct 2007 07:30:39 +0000
(07:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43549
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/tutorial/LangImpl4.html
patch
|
blob
|
history
diff --git
a/docs/tutorial/LangImpl4.html
b/docs/tutorial/LangImpl4.html
index 8661b6244bfe7a85d06c41857530d473712a5c79..8c25a047c7e096a154786a9f6a44a1f960d583a5 100644
(file)
--- a/
docs/tutorial/LangImpl4.html
+++ b/
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: