commit | f12feb8e0e857f2832545b3f28d31bad5a9d3903 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Jul 17 18:32:41 2014 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Jul 22 16:07:59 2014 +0100 |
tree | 0a7320caf995441ea4577875abaf731fc37dd0a9 | |
parent | ebb6b5c90857f390db5a4f840bbe67b3a59a22d8 [diff] [blame] |
Stack overflow checks and NPE checks for optimizing. Change-Id: I59e97448bf29778769b79b51ee4ea43f43493d96
diff --git a/compiler/optimizing/code_generator_x86.h b/compiler/optimizing/code_generator_x86.h index 9c12771..b7c2ad8 100644 --- a/compiler/optimizing/code_generator_x86.h +++ b/compiler/optimizing/code_generator_x86.h
@@ -126,7 +126,7 @@ class CodeGeneratorX86 : public CodeGenerator { public: explicit CodeGeneratorX86(HGraph* graph); - virtual ~CodeGeneratorX86() { } + virtual ~CodeGeneratorX86() {} virtual void GenerateFrameEntry() OVERRIDE; virtual void GenerateFrameExit() OVERRIDE;