ARM: Remove unused flag in lithium-codegen.
This flag was added by commit r13585. BUG= Review URL: https://codereview.chromium.org/12258013 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13677 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
c1eabf2523
commit
7349746b22
@ -59,7 +59,6 @@ class LCodeGen BASE_EMBEDDED {
|
||||
status_(UNUSED),
|
||||
translations_(info->zone()),
|
||||
deferred_(8, info->zone()),
|
||||
support_aligned_spilled_doubles_(false),
|
||||
osr_pc_offset_(-1),
|
||||
last_lazy_deopt_pc_(0),
|
||||
frame_is_built_(false),
|
||||
@ -415,7 +414,6 @@ class LCodeGen BASE_EMBEDDED {
|
||||
Status status_;
|
||||
TranslationBuffer translations_;
|
||||
ZoneList<LDeferredCode*> deferred_;
|
||||
bool support_aligned_spilled_doubles_;
|
||||
int osr_pc_offset_;
|
||||
int last_lazy_deopt_pc_;
|
||||
bool frame_is_built_;
|
||||
|
Loading…
Reference in New Issue
Block a user