summaryrefslogtreecommitdiffstats
path: root/compiler/dex/mir_graph.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dex/mir_graph.cc')
-rw-r--r--compiler/dex/mir_graph.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/dex/mir_graph.cc b/compiler/dex/mir_graph.cc
index 4ddf347..01b6e47 100644
--- a/compiler/dex/mir_graph.cc
+++ b/compiler/dex/mir_graph.cc
@@ -166,8 +166,7 @@ MIRGraph::~MIRGraph() {
CleanupGraphData();
}
-void MIRGraph::CleanupGraphData()
-{
+void MIRGraph::CleanupGraphData() {
}
/*
* Parse an instruction, return the length of the instruction
@@ -959,7 +958,7 @@ static bool CreateDumpFile(std::string& fname, const char* dir_prefix, NarrowDex
return true;
}
-const char * MIRGraph::GetExtendedMirOpName(int index){
+const char * MIRGraph::GetExtendedMirOpName(int index) {
return extended_mir_op_names_[index];
}