536c355
diff --git a/memcheck/mc_translate.c b/memcheck/mc_translate.c
536c355
index c24db91..1e770b3 100644
536c355
--- a/memcheck/mc_translate.c
536c355
+++ b/memcheck/mc_translate.c
536c355
@@ -8022,6 +8022,7 @@ static inline void noteTmpUsesIn ( /*MOD*/HowUsed* useEnv,
536c355
       use info. */
536c355
    switch (at->tag) {
536c355
       case Iex_GSPTR:
536c355
+      case Iex_VECRET:
536c355
       case Iex_Const:
536c355
          return;
536c355
       case Iex_RdTmp: {