diff options
Diffstat (limited to 'llvm/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt')
-rw-r--r-- | llvm/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt b/llvm/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt index b66e18556f5..01b644b3517 100644 --- a/llvm/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt +++ b/llvm/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt @@ -40,7 +40,7 @@ IDEAS TO CONSIDER packaged with the bytecodes themselves. As a conceptual implementation idea, we could include an immediate dominator number for each basic block in the LLVM bytecode program. Basic blocks could be numbered according - to the order of occurance in the bytecode representation. + to the order of occurrence in the bytecode representation. 2. Including loop header and body information. This would facilitate detection of intervals and natural loops. |