diff options
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 14ccb5047b..e952f63a63 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -595,7 +595,7 @@ class CompilerDriver { return cfi_info_.get(); } - ProfileMap profile_map_; + ProfileFile profile_file_; bool profile_ok_; // Should the compiler run on this method given profile information? |