diff options
| author | 2015-01-30 09:54:25 +0000 | |
|---|---|---|
| committer | 2015-01-30 09:54:26 +0000 | |
| commit | 9544368685b4aa65e746332e602491a3e8e5b247 (patch) | |
| tree | f66bd397f64a13ee102e45e0b6267c5d55e77505 /compiler/optimizing/graph_visualizer.h | |
| parent | 28acb6feb50951645c37c077bd3897ea760ca322 (diff) | |
| parent | 82091dad38f3e5bfaf3b6984c9ab73069fb68310 (diff) | |
Merge "Implement LICM in optimizing compiler."
Diffstat (limited to 'compiler/optimizing/graph_visualizer.h')
| -rw-r--r-- | compiler/optimizing/graph_visualizer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/optimizing/graph_visualizer.h b/compiler/optimizing/graph_visualizer.h index b90d15e1ff..8d6fe04c2b 100644 --- a/compiler/optimizing/graph_visualizer.h +++ b/compiler/optimizing/graph_visualizer.h @@ -27,10 +27,6 @@ class CodeGenerator; class DexCompilationUnit; class HGraph; -// TODO: Create an analysis/optimization abstraction. -static const char* kLivenessPassName = "liveness"; -static const char* kRegisterAllocatorPassName = "register"; - /** * This class outputs the HGraph in the C1visualizer format. * Note: Currently only works if the compiler is single threaded. |