Revision: 12414 Author: [email protected] Date: Thu Aug 30 11:10:09 2012 Log: Removed trailing whitespace.
Review URL: https://chromiumcodereview.appspot.com/10916020 http://code.google.com/p/v8/source/detail?r=12414 Modified: /branches/bleeding_edge/src/hydrogen.cc ======================================= --- /branches/bleeding_edge/src/hydrogen.cc Thu Aug 30 10:31:32 2012 +++ /branches/bleeding_edge/src/hydrogen.cc Thu Aug 30 11:10:09 2012 @@ -6188,7 +6188,7 @@ } bool fast_smi_only_elements = map->has_fast_smi_elements(); bool fast_elements = map->has_fast_object_elements(); - HInstruction* elements = + HInstruction* elements = AddInstruction(new(zone()) HLoadElements(object, mapcheck)); if (is_store && (fast_elements || fast_smi_only_elements)) { HCheckMaps* check_cow_map = new(zone()) HCheckMaps( -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
