return assignNew(mce, Ity_Bit, unop(Iop_32to1, vatom));
case Iop_Not32:
+ case Iop_Not8:
case Iop_Not1:
return vatom;
default:
IRBB* SK_(instrument) ( IRBB* bb_in, VexGuestLayout* layout, IRType hWordTy )
{
- Bool verbose = False;
+ Bool verboze = False;
//True;
Int i, j, first_stmt;
sk_assert(isFlatIRStmt(st));
first_stmt = bb->stmts_used;
- if (verbose) {
+ if (verboze) {
ppIRStmt(st);
VG_(printf)("\n\n");
}
} /* switch (st->tag) */
- if (verbose) {
+ if (verboze) {
for (j = first_stmt; j < bb->stmts_used; j++) {
VG_(printf)(" ");
ppIRStmt(bb->stmts[j]);
/* Now we need to complain if the jump target is undefined. */
first_stmt = bb->stmts_used;
- if (verbose) {
+ if (verboze) {
VG_(printf)("bb->next = ");
ppIRExpr(bb->next);
VG_(printf)("\n\n");
complainIfUndefined( &mce, bb->next );
- if (verbose) {
+ if (verboze) {
for (j = first_stmt; j < bb->stmts_used; j++) {
VG_(printf)(" ");
ppIRStmt(bb->stmts[j]);