diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-09-25 00:36:43 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-09-25 00:36:43 +0000 |
commit | fc4b2eaa427e43a51c6f39ffecac0ef4fa732b61 (patch) | |
tree | b6bc4cd9bc846ae40eac280dbc2c9514e05a0f7b /compiler/optimizing/graph_visualizer.cc | |
parent | 26f048f48cdb1e884aab2b6fddf26d58346d29ad (diff) | |
parent | c55bb390d88b8eb62a50932f7f9b47c2a3733f16 (diff) |
Merge "Revert^2 "ART: Refactor typedef to using""
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
-rw-r--r-- | compiler/optimizing/graph_visualizer.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/optimizing/graph_visualizer.cc b/compiler/optimizing/graph_visualizer.cc index 31db8c205f..d45653c6e4 100644 --- a/compiler/optimizing/graph_visualizer.cc +++ b/compiler/optimizing/graph_visualizer.cc @@ -106,8 +106,7 @@ std::ostream& operator<<(std::ostream& os, const StringList& list) { } } -typedef Disassembler* create_disasm_prototype(InstructionSet instruction_set, - DisassemblerOptions* options); +using create_disasm_prototype = Disassembler*(InstructionSet, DisassemblerOptions*); class HGraphVisualizerDisassembler { public: HGraphVisualizerDisassembler(InstructionSet instruction_set, |