From 24321d7e23a482cbd0b7502f43e9026f87a3684d Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 24 Oct 2006 14:47:28 +0000 Subject: [PATCH] fix assert comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31154 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetInstrInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index e74cb138ab0..fefa0c6eb7b 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -314,7 +314,7 @@ public: virtual void InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const std::vector &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 -- 2.34.1