mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 18:56:04 +00:00
fix assert comment
llvm-svn: 31154
This commit is contained in:
parent
47b2dcf17f
commit
b35e4b16ae
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user