projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed294c4
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Mon, 20 Oct 2008 15:58:02 +0000
(15:58 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 20 Oct 2008 15:58:02 +0000
(15:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57832
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetInstrInfo.h
b/include/llvm/Target/TargetInstrInfo.h
index a357574112d5700c29dc6cf615e3604989122ffa..0bcda44b9706325297b4bf27cb33c3bfe37eef6a 100644
(file)
--- a/
include/llvm/Target/TargetInstrInfo.h
+++ b/
include/llvm/Target/TargetInstrInfo.h
@@
-200,7
+200,7
@@
public:
}
/// RemoveBranch - Remove the branching code at the end of the specific MBB.
- ///
t
his is only invoked in cases where AnalyzeBranch returns success. It
+ ///
T
his 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!");