diff options
| author | Dan Gohman <gohman@apple.com> | 2009-06-15 18:22:49 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-06-15 18:22:49 +0000 |
| commit | 5b2f62059b847a566ce6d8fff75b5f4951a5b6dd (patch) | |
| tree | 6141978f2b78fb37d1263f91844d0b829f686165 /llvm | |
| parent | 970da81e8a5f2b4f522cd45b118784db5e8e56b7 (diff) | |
| download | bcm5719-llvm-5b2f62059b847a566ce6d8fff75b5f4951a5b6dd.tar.gz bcm5719-llvm-5b2f62059b847a566ce6d8fff75b5f4951a5b6dd.zip | |
Fix a typo.
llvm-svn: 73397
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/WritingAnLLVMPass.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html index 9eb97e1d66f..8374bfac671 100644 --- a/llvm/docs/WritingAnLLVMPass.html +++ b/llvm/docs/WritingAnLLVMPass.html @@ -1537,7 +1537,7 @@ need some way to free analysis results when they are no longer useful. The <p>If you are writing an analysis or any other pass that retains a significant amount of state (for use by another pass which "requires" your pass and uses the <a href="#getAnalysis">getAnalysis</a> method) you should implement -<tt>releaseMEmory</tt> to, well, release the memory allocated to maintain this +<tt>releaseMemory</tt> to, well, release the memory allocated to maintain this internal state. This method is called after the <tt>run*</tt> method for the class, before the next call of <tt>run*</tt> in your pass.</p> |

