fix assert comment

llvm-svn: 31154
This commit is contained in:
Rafael Espindola 2006-10-24 14:47:28 +00:00
parent a916192267
commit 5efa6c5d10
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ public:
virtual void InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
MachineBasicBlock *FBB,
const std::vector<MachineOperand> &Cond) const {
assert(0 && "Target didn't implement TargetInstrInfo::RemoveBranch!");
assert(0 && "Target didn't implement TargetInstrInfo::InsertBranch!");
}
/// ReverseBranchCondition - Reverses the branch condition of the specified