diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-21 22:14:57 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-21 22:14:57 +0000 |
commit | 1430522e2d56be9f4a3528f11b19cedd720c8024 (patch) | |
tree | 59150b5da5ac3390c6237b09e6746cb33533a957 /llvm/docs/HistoricalNotes | |
parent | be372b91e11b079a1335fdf0ac30a9b80a082a06 (diff) | |
download | bcm5719-llvm-1430522e2d56be9f4a3528f11b19cedd720c8024.tar.gz bcm5719-llvm-1430522e2d56be9f4a3528f11b19cedd720c8024.zip |
The word `dependence' has no `a'.
llvm-svn: 8031
Diffstat (limited to 'llvm/docs/HistoricalNotes')
-rw-r--r-- | llvm/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt b/llvm/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt index d542fb478cd..97af16a2dad 100644 --- a/llvm/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt +++ b/llvm/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. |