Commit 5d72d62f authored by Adéla Štěpková's avatar Adéla Štěpková
Browse files

output unsupported instructions in reverseBasicInstructions

parent 54cd751c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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");
    }
};