diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-09-20 20:05:41 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-09-20 20:05:41 +0000 |
commit | d5245a743df43830baf9fbc2233f6b5cebad8f32 (patch) | |
tree | 40a6269dfa24f31fe20caf5ae4df02e3812ae213 /compiler/optimizing/graph_visualizer.cc | |
parent | 98399b8667f1fd210c66b340a6b5de7d3693ad1c (diff) | |
parent | ee07743e03042c2ca36e0c9513847a9e7d2509f1 (diff) |
Merge "Revert "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, 2 insertions, 1 deletions
diff --git a/compiler/optimizing/graph_visualizer.cc b/compiler/optimizing/graph_visualizer.cc index d45653c6e4..31db8c205f 100644 --- a/compiler/optimizing/graph_visualizer.cc +++ b/compiler/optimizing/graph_visualizer.cc @@ -106,7 +106,8 @@ std::ostream& operator<<(std::ostream& os, const StringList& list) { } } -using create_disasm_prototype = Disassembler*(InstructionSet, DisassemblerOptions*); +typedef Disassembler* create_disasm_prototype(InstructionSet instruction_set, + DisassemblerOptions* options); class HGraphVisualizerDisassembler { public: HGraphVisualizerDisassembler(InstructionSet instruction_set, |