From 34f2112756a08a1b77d1443a3030923ddfefbaf9 Mon Sep 17 00:00:00 2001 From: Sahil Date: Wed, 20 Sep 2023 20:32:00 +0000 Subject: [PATCH] PR feedback. Update comment. --- clients/drcachesim/tests/invariant_checker_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/drcachesim/tests/invariant_checker_test.cpp b/clients/drcachesim/tests/invariant_checker_test.cpp index 4cf63d0d605..c0547e3c9a5 100644 --- a/clients/drcachesim/tests/invariant_checker_test.cpp +++ b/clients/drcachesim/tests/invariant_checker_test.cpp @@ -440,7 +440,7 @@ check_sane_control_flow() } } // Correct test: Branch before signal. This is correct only because the branch doesn't - // have an encoding with it. + // have an encoding with it. This case will only occur in legacy or stripped traces. { std::vector memrefs = { gen_instr(TID, /*pc=*/1, /*size=*/1),