diff options
author | Vladimir Marko <vmarko@google.com> | 2014-05-28 21:41:35 +0100 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2014-05-29 09:54:08 +0100 |
commit | a9f1ce6fbe8a9247d0d8e20727f590b091e816da (patch) | |
tree | fc165edcc2c68a19e3df1edfb65f6c3599aebdfb /compiler/optimizing/graph_visualizer.cc | |
parent | b661a80aab8b8f25590f3165b08647d1df7021f3 (diff) |
Fix pass driver's dump_pass_list_ and print_pass_list_.
The lists were allocated with new char[], so they should
have been held by std::unique_ptr<const char[]> rather than
std::unique_ptr<const char>. However, it's much cleaner with
std::string.
Change-Id: Ie7c604773272194345f5e6e3c4803c3a914edf99
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions