aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cachegrind/cg_main.c2
-rw-r--r--callgrind/main.c2
-rw-r--r--lackey/lk_main.c2
-rw-r--r--memcheck/mc_translate.c4
4 files changed, 5 insertions, 5 deletions
diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c
index e2b8661cb..d8627fb86 100644
--- a/cachegrind/cg_main.c
+++ b/cachegrind/cg_main.c
@@ -963,7 +963,7 @@ IRSB* cg_instrument ( VgCallbackClosure* closure,
case Ist_AbiHint:
case Ist_Put:
case Ist_PutI:
- case Ist_MFence:
+ case Ist_MBE:
break;
case Ist_IMark:
diff --git a/callgrind/main.c b/callgrind/main.c
index 7f2abdf4f..f55c263c6 100644
--- a/callgrind/main.c
+++ b/callgrind/main.c
@@ -468,7 +468,7 @@ void collectStatementInfo(IRTypeEnv* tyenv, IRSB* bbOut, IRStmt* st,
case Ist_Put:
case Ist_PutI:
- case Ist_MFence:
+ case Ist_MBE:
case Ist_Exit:
break;
diff --git a/lackey/lk_main.c b/lackey/lk_main.c
index 8f9cf95e9..2c2f59698 100644
--- a/lackey/lk_main.c
+++ b/lackey/lk_main.c
@@ -670,7 +670,7 @@ IRSB* lk_instrument ( VgCallbackClosure* closure,
case Ist_AbiHint:
case Ist_Put:
case Ist_PutI:
- case Ist_MFence:
+ case Ist_MBE:
addStmtToIRSB( sbOut, st );
break;
diff --git a/memcheck/mc_translate.c b/memcheck/mc_translate.c
index 0cb5a95c1..35fc81813 100644
--- a/memcheck/mc_translate.c
+++ b/memcheck/mc_translate.c
@@ -3290,7 +3290,7 @@ static Bool checkForBogusLiterals ( /*FLAT*/ IRStmt* st )
return isBogusAtom(st->Ist.AbiHint.base);
case Ist_NoOp:
case Ist_IMark:
- case Ist_MFence:
+ case Ist_MBE:
return False;
default:
unhandled:
@@ -3470,7 +3470,7 @@ IRSB* MC_(instrument) ( VgCallbackClosure* closure,
case Ist_NoOp:
case Ist_IMark:
- case Ist_MFence:
+ case Ist_MBE:
break;
case Ist_Dirty: