Loading src/passes/reverseBasicInstructions.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -744,8 +744,7 @@ public: void visitInstruction(Instruction& I) { // By default, just clone the instruction into the new context. // instBuilder.cloneValueFromOriginal(&I); errs() << I << '\n'; assert(false && "no reversing action is defined for this instruction"); } }; Loading Loading
src/passes/reverseBasicInstructions.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -744,8 +744,7 @@ public: void visitInstruction(Instruction& I) { // By default, just clone the instruction into the new context. // instBuilder.cloneValueFromOriginal(&I); errs() << I << '\n'; assert(false && "no reversing action is defined for this instruction"); } }; Loading