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:
9cd4257
)
Corrected typo.
author
John Criswell
<criswell@uiuc.edu>
Tue, 23 Dec 2003 22:22:10 +0000
(22:22 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Tue, 23 Dec 2003 22:22:10 +0000
(22:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10600
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/FAQ.html
patch
|
blob
|
history
diff --git
a/docs/FAQ.html
b/docs/FAQ.html
index
f4afc26
..
f75929b
100644
(file)
--- a/
docs/FAQ.html
+++ b/
docs/FAQ.html
@@
-437,7
+437,7
@@
Where did all of my code go??
<p>
If you are using the LLVM demo page, you may often wonder what happened to all
of the code that you typed in. Remember that the demo script is running the
-code through the LLVM optimizers, so if you code doesn't actually do anything
+code through the LLVM optimizers, so if you
r
code doesn't actually do anything
useful, it might all be deleted.
</p>