fix assert comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31154 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2006-10-24 14:47:28 +00:00
parent e719d9f8f2
commit 24321d7e23

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