| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 6612)
|
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy)
|
| @@ -439,7 +439,6 @@
|
| // Check that the type of the value is allowed in conditional context.
|
| // Call the runtime if the object is not bool::true or bool::false.
|
| Label done;
|
| - __ popq(RAX);
|
| __ CompareObject(RAX, Bool::ZoneHandle(Bool::True()));
|
| __ j(EQUAL, &done, Assembler::kNearJump);
|
| __ CompareObject(RAX, Bool::ZoneHandle(Bool::False()));
|
|
|
| Property changes on: runtime/vm/flow_graph_compiler_x64.cc
|
| ___________________________________________________________________
|
| Deleted: svn:eol-style
|
| - LF
|
|
|
|
|
|
|