From 6181f79576e4269937b45e4fce8d0d004107e5b9 Mon Sep 17 00:00:00 2001 From: buzbee Date: Thu, 29 Sep 2011 11:14:04 -0700 Subject: Register usage cleanup I plan to enable some of the old-world basic block optimizations. Those care about temp register status, so we needed a bit of cleanup on the temp tracking. Change-Id: I317bce1b91a73ec9589c20ed5bfe00d53994991a --- src/compiler/CompilerUtility.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/CompilerUtility.h') diff --git a/src/compiler/CompilerUtility.h b/src/compiler/CompilerUtility.h index 1d969e7fd6..c0dcaf76c1 100644 --- a/src/compiler/CompilerUtility.h +++ b/src/compiler/CompilerUtility.h @@ -110,5 +110,6 @@ void oatDumpBlockBitVector(const GrowableList* blocks, char* msg, const ArenaBitVector* bv, int length); void oatGetBlockName(struct BasicBlock* bb, char* name); const char* oatGetShortyFromTargetIdx(CompilationUnit*, int); +void oatDumpRegLocTable(struct RegLocation*, int); #endif // ART_SRC_COMPILER_COMPILER_UTILITY_H_ -- cgit v1.2.3-59-g8ed1b