From 61426a99365b6f662107abfc44aba5e05417d0d3 Mon Sep 17 00:00:00 2001 From: clc5q <clc5q@git.zephyr-software.com> Date: Wed, 3 Feb 2016 20:45:12 +0000 Subject: [PATCH] Start mapping direct stack DEFs by SSA to instruction addresses. Former-commit-id: c9074f57f2304f0d89bb09f09fc97a356115b892 --- src/base/SMPFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/SMPFunction.cpp b/src/base/SMPFunction.cpp index fca41c43..ae9e7cb9 100644 --- a/src/base/SMPFunction.cpp +++ b/src/base/SMPFunction.cpp @@ -7524,7 +7524,7 @@ int SMPFunction::SSANewNumber(std::size_t GlobNameIndex) { return Subscript; } // end of SMPFunction::SSANewNumber() -#define STARS_TRACK_STACK_DEF_ADDRS 0 +#define STARS_TRACK_STACK_DEF_ADDRS 1 // Main helper for SSA subscript renumbering. Renumber within block throughout its phi // functions, then its DEFs and USEs, then its phi successors. Recurse then on all -- GitLab