X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FHistoricalNotes%2F2001-06-01-GCCOptimizations.txt;h=97af16a2dad0cf2ee8c6ad69307eb0dd6eea17c6;hb=a3a48d96c997f098f504a250ccd38dcb773c233c;hp=d542fb478cd6bb9cbc700bfe50574cfdd44f387e;hpb=009505452b713ed2e3a8e99c5545a6e721c65495;p=oota-llvm.git diff --git a/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt b/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt index d542fb478cd..97af16a2dad 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.