summaryrefslogtreecommitdiff
path: root/docs/HistoricalNotes
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-21 22:14:57 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-21 22:14:57 +0000
commit318efded12bbf298f02d41cf34f318ea963ecb91 (patch)
tree7a67e9c4e84fc792258a805e788a49fabb49b7fc /docs/HistoricalNotes
parentef6a6a69ff1e1b709d0acb315b9f6c926c67a778 (diff)
downloadllvm-318efded12bbf298f02d41cf34f318ea963ecb91.tar.gz
llvm-318efded12bbf298f02d41cf34f318ea963ecb91.tar.bz2
llvm-318efded12bbf298f02d41cf34f318ea963ecb91.tar.xz
The word `dependence' has no `a'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HistoricalNotes')
-rw-r--r--docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt b/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt
index d542fb478c..97af16a2da 100644
--- a/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt
+++ b/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt
@@ -44,7 +44,7 @@ code looks MUCH nicer than GCC :)
Even if we choose to do LLVM code emission from RTL, we will almost
certainly want to move LLVM emission from step 8 down until at least CSE
has been rerun... which causes me to wonder if the SSA generation code
-will still work (due to global variable dependancies and stuff). I assume
+will still work (due to global variable dependencies and stuff). I assume
that it can be made to work, but might be a little more involved than we
would like.