summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl5.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-28 17:07:41 +0000
committerDan Gohman <gohman@apple.com>2010-05-28 17:07:41 +0000
commitd6a6f61fdb10b75c75905e3985df697742c26f4f (patch)
tree1d8db8f42eaf9087b15afe4c5e6fec6b6b34bca6 /llvm/docs/tutorial/LangImpl5.html
parent2085089c49267be1debe3880b251f801ae0cfc24 (diff)
downloadbcm5719-llvm-d6a6f61fdb10b75c75905e3985df697742c26f4f.tar.gz
bcm5719-llvm-d6a6f61fdb10b75c75905e3985df697742c26f4f.zip
Fix whitespace to be more consistent with AsmPrinter's style.
llvm-svn: 104962
Diffstat (limited to 'llvm/docs/tutorial/LangImpl5.html')
-rw-r--r--llvm/docs/tutorial/LangImpl5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl5.html b/llvm/docs/tutorial/LangImpl5.html
index 7136351bbb3..db836ebe017 100644
--- a/llvm/docs/tutorial/LangImpl5.html
+++ b/llvm/docs/tutorial/LangImpl5.html
@@ -676,7 +676,7 @@ entry:
loop: ; preds = %loop, %entry
%i = phi double [ 1.000000e+00, %entry ], [ %nextvar, %loop ]
; body
- %calltmp = call double @putchard( double 4.200000e+01 )
+ %calltmp = call double @putchard(double 4.200000e+01)
; increment
%nextvar = fadd double %i, 1.000000e+00
OpenPOWER on IntegriCloud