| commit | baf3f628196456e5c2d50de95565d5ba03e367a4 | [log] [tgz] | 
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Mar 17 21:33:32 2004 +0000 | 
| committer | Chris Lattner <sabre@nondot.org> | Wed Mar 17 21:33:32 2004 +0000 | 
| tree | 02d197080b0b748a51938b1f24db3ec32d082f59 | |
| parent | 8e8716518e40d17ab806d723a0255b5aa21ec0f1 [diff] [blame] | 
Fix a tag-o llvm-svn: 12477
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html index d4df847..ac9edea 100644 --- a/llvm/docs/WritingAnLLVMPass.html +++ b/llvm/docs/WritingAnLLVMPass.html
@@ -912,7 +912,7 @@ want, and returns a reference to that pass. For example:</p> <pre> - bool LICM::runOnFunction(Function &F) { + bool LICM::runOnFunction(Function &F) { LoopInfo &LI = getAnalysis<LoopInfo>(); ... }