mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57832 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed294c46da
commit
8c8b2a89f9
@ -200,7 +200,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// RemoveBranch - Remove the branching code at the end of the specific MBB.
|
/// 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.
|
/// returns the number of instructions that were removed.
|
||||||
virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const {
|
virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const {
|
||||||
assert(0 && "Target didn't implement TargetInstrInfo::RemoveBranch!");
|
assert(0 && "Target didn't implement TargetInstrInfo::RemoveBranch!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user