From d4c4d953035d4418126d36517e402f411d6a87f3 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Thu, 16 Oct 2014 20:31:53 -0700 Subject: Some code clean-up. Change-Id: I4b745fd5298cd61c793e3b57514b48347bd66c0e --- compiler/driver/compiler_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 0425d272dd..74f6835750 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -91,7 +91,7 @@ class CompilerDriver { const InstructionSetFeatures* instruction_set_features, bool image, std::set* image_classes, size_t thread_count, bool dump_stats, bool dump_passes, - CumulativeLogger* timer, std::string profile_file = ""); + CumulativeLogger* timer, const std::string& profile_file); ~CompilerDriver(); -- cgit v1.2.3-59-g8ed1b