Commit 0d067b56 authored by whesse@chromium.org's avatar whesse@chromium.org

Temporarily disable DoStoreContextSlot in x64 lithium codegen to diagnose...

Temporarily disable DoStoreContextSlot in x64 lithium codegen to diagnose non-reproducible buildbot error.  Fix presubmit error.
Review URL: http://codereview.chromium.org/6572002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6915 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c61ac2cd
...@@ -1710,6 +1710,7 @@ LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) { ...@@ -1710,6 +1710,7 @@ LInstruction* LChunkBuilder::DoLoadContextSlot(HLoadContextSlot* instr) {
LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) {
Abort("Unimplemented: DoStoreContextSlot"); // Temporarily disabled (whesse).
LOperand* context; LOperand* context;
LOperand* value; LOperand* value;
if (instr->NeedsWriteBarrier()) { if (instr->NeedsWriteBarrier()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment