commit | a3519a48b94abfaf6571f5e9bbbe943e0fc314c2 | [log] [tgz] |
---|---|---|
author | Dragos Sbirlea <dragoss@google.com> | Wed Aug 07 14:41:55 2013 -0700 |
committer | Dragos Sbirlea <dragoss@google.com> | Wed Aug 07 14:42:56 2013 -0700 |
tree | 057162b843871df11f66c8507fcdbe85f79caf4a | |
parent | bfaf44fa3366955a2bacb2c38c79b53df2434582 [diff] [blame] |
Renamed SeaGraph::GetCurrentGraph to GetGraph for clarity. Change-Id: Iffd51660fd7ac01a1458375cea6c2ed8b44ffaaf
diff --git a/compiler/sea_ir/ir/sea.cc b/compiler/sea_ir/ir/sea.cc index 9f98c20..08fe0e1 100644 --- a/compiler/sea_ir/ir/sea.cc +++ b/compiler/sea_ir/ir/sea.cc
@@ -49,7 +49,7 @@ } } -SeaGraph* SeaGraph::GetCurrentGraph(const art::DexFile& dex_file) { +SeaGraph* SeaGraph::GetGraph(const art::DexFile& dex_file) { return new SeaGraph(dex_file); }