forked from OSchip/llvm-project
parent
803c789d21
commit
270b5b1311
|
@ -167,6 +167,8 @@ public:
|
|||
virtual MachineBasicBlock::iterator
|
||||
reverseBranchCondition(MachineBasicBlock::iterator MI) const {
|
||||
assert(0 && "Target didn't implement reverseBranchCondition!");
|
||||
abort();
|
||||
return MI;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue