diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-08-16 23:30:19 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-16 23:30:19 +0000 |
commit | 06b9f9ecaa95361128d93493fcb60087c46f87b0 (patch) | |
tree | 7338ba41fb47b94482967da6313ea500825a8290 /llvm/docs/HistoricalNotes | |
parent | 87198cd35cc84fa72652c001a86f35c5f85938d9 (diff) | |
download | bcm5719-llvm-06b9f9ecaa95361128d93493fcb60087c46f87b0.tar.gz bcm5719-llvm-06b9f9ecaa95361128d93493fcb60087c46f87b0.zip |
[typo] An LLVM.
llvm-svn: 188589
Diffstat (limited to 'llvm/docs/HistoricalNotes')
-rw-r--r-- | llvm/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt b/llvm/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt index a7457846395..521526fbff8 100644 --- a/llvm/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt +++ b/llvm/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt @@ -132,6 +132,6 @@ is supposed to be cache-line-aligned, but it is not page-aligned. We generate instrumentation traces and optimized traces into separate trace caches. We keep the instrumented code around because you don't want to delete a trace when you still might have to return to it -(i.e., return from a llvm_first_trigger() or countPath() call.) +(i.e., return from an llvm_first_trigger() or countPath() call.) |