summaryrefslogtreecommitdiff
path: root/decuda_to_ptxplus/decudaInstList.h
diff options
context:
space:
mode:
Diffstat (limited to 'decuda_to_ptxplus/decudaInstList.h')
-rw-r--r--decuda_to_ptxplus/decudaInstList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/decuda_to_ptxplus/decudaInstList.h b/decuda_to_ptxplus/decudaInstList.h
index d1707c3..743815f 100644
--- a/decuda_to_ptxplus/decudaInstList.h
+++ b/decuda_to_ptxplus/decudaInstList.h
@@ -56,6 +56,9 @@ struct decudaEntry
// Local memory size
int m_lMemSize;
+ //use for recording used labels
+ std::list<std::string> m_labelList;
+
// Histogram for operation per cycle count
std::map<std::string, int> m_opPerCycleHistogram;
};