[llvm-commits] CVS: llvm/www/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt
Michael Brukman
brukman at cs.uiuc.edu
Thu Aug 21 17:16:06 PDT 2003
Changes in directory llvm/www/docs/HistoricalNotes:
2001-06-01-GCCOptimizations.txt updated: 1.1.1.1 -> 1.2
---
Log message:
The word `dependence' has no `a'.
---
Diffs of the changes:
Index: llvm/www/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt
diff -u llvm/www/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt:1.1.1.1 llvm/www/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt:1.2
--- llvm/www/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt:1.1.1.1 Wed Jun 6 15:29:03 2001
+++ llvm/www/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt Thu Aug 21 17:14:57 2003
@@ -44,7 +44,7 @@
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.
More information about the llvm-commits
mailing list