Skip to content
Snippets Groups Projects
Commit 5efa6c5d authored by Rafael Espindola's avatar Rafael Espindola
Browse files

fix assert comment

llvm-svn: 31154
parent a9161922
No related branches found
No related tags found
No related merge requests found
...@@ -314,7 +314,7 @@ public: ...@@ -314,7 +314,7 @@ public:
virtual void InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, virtual void InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
MachineBasicBlock *FBB, MachineBasicBlock *FBB,
const std::vector<MachineOperand> &Cond) const { 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 /// ReverseBranchCondition - Reverses the branch condition of the specified
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment