[llvm-commits] [llvm] r57832 - /llvm/trunk/include/llvm/Target/TargetInstrInfo.h
Dan Gohman
gohman at apple.com
Mon Oct 20 08:58:02 PDT 2008
Author: djg
Date: Mon Oct 20 10:58:02 2008
New Revision: 57832
URL: http://llvm.org/viewvc/llvm-project?rev=57832&view=rev
Log:
Fix a typo in a comment.
Modified:
llvm/trunk/include/llvm/Target/TargetInstrInfo.h
Modified: llvm/trunk/include/llvm/Target/TargetInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetInstrInfo.h?rev=57832&r1=57831&r2=57832&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetInstrInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetInstrInfo.h Mon Oct 20 10:58:02 2008
@@ -200,7 +200,7 @@
}
/// RemoveBranch - Remove the branching code at the end of the specific MBB.
- /// this is only invoked in cases where AnalyzeBranch returns success. It
+ /// This is only invoked in cases where AnalyzeBranch returns success. It
/// returns the number of instructions that were removed.
virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const {
assert(0 && "Target didn't implement TargetInstrInfo::RemoveBranch!");
More information about the llvm-commits
mailing list