Revision: 10571
Author:   [email protected]
Date:     Tue Jan 31 07:00:13 2012
Log:      Remove a little more dead code from lithium-* files.
Review URL: http://codereview.chromium.org/9301040
http://code.google.com/p/v8/source/detail?r=10571

Modified:
 /branches/bleeding_edge/src/arm/lithium-arm.cc
 /branches/bleeding_edge/src/arm/lithium-arm.h
 /branches/bleeding_edge/src/ia32/lithium-ia32.cc
 /branches/bleeding_edge/src/ia32/lithium-ia32.h
 /branches/bleeding_edge/src/mips/lithium-mips.cc
 /branches/bleeding_edge/src/mips/lithium-mips.h
 /branches/bleeding_edge/src/x64/lithium-x64.cc
 /branches/bleeding_edge/src/x64/lithium-x64.h

=======================================
--- /branches/bleeding_edge/src/arm/lithium-arm.cc      Mon Jan 30 04:16:31 2012
+++ /branches/bleeding_edge/src/arm/lithium-arm.cc      Tue Jan 31 07:00:13 2012
@@ -683,12 +683,6 @@
   instr->set_result(result);
   return instr;
 }
-
-
-template<int I, int T>
-LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr) {
-  return Define(instr, new LUnallocated(LUnallocated::NONE));
-}


 template<int I, int T>
=======================================
--- /branches/bleeding_edge/src/arm/lithium-arm.h       Mon Jan 30 04:16:31 2012
+++ /branches/bleeding_edge/src/arm/lithium-arm.h       Tue Jan 31 07:00:13 2012
@@ -2211,8 +2211,6 @@
       LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
                            LUnallocated* result);
   template<int I, int T>
-      LInstruction* Define(LTemplateInstruction<1, I, T>* instr);
-  template<int I, int T>
       LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
   template<int I, int T>
       LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,
=======================================
--- /branches/bleeding_edge/src/ia32/lithium-ia32.cc Mon Jan 30 04:16:31 2012 +++ /branches/bleeding_edge/src/ia32/lithium-ia32.cc Tue Jan 31 07:00:13 2012
@@ -682,12 +682,6 @@
   instr->set_result(result);
   return instr;
 }
-
-
-template<int I, int T>
-LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr) {
-  return Define(instr, new(zone()) LUnallocated(LUnallocated::NONE));
-}


 template<int I, int T>
=======================================
--- /branches/bleeding_edge/src/ia32/lithium-ia32.h     Mon Jan 30 04:16:31 2012
+++ /branches/bleeding_edge/src/ia32/lithium-ia32.h     Tue Jan 31 07:00:13 2012
@@ -2323,8 +2323,6 @@
       LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
                            LUnallocated* result);
   template<int I, int T>
-      LInstruction* Define(LTemplateInstruction<1, I, T>* instr);
-  template<int I, int T>
       LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
   template<int I, int T>
       LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,
=======================================
--- /branches/bleeding_edge/src/mips/lithium-mips.cc Tue Jan 31 04:33:46 2012 +++ /branches/bleeding_edge/src/mips/lithium-mips.cc Tue Jan 31 07:00:13 2012
@@ -683,12 +683,6 @@
   instr->set_result(result);
   return instr;
 }
-
-
-template<int I, int T>
-LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr) {
-  return Define(instr, new LUnallocated(LUnallocated::NONE));
-}


 template<int I, int T>
=======================================
--- /branches/bleeding_edge/src/mips/lithium-mips.h     Mon Jan 30 04:16:31 2012
+++ /branches/bleeding_edge/src/mips/lithium-mips.h     Tue Jan 31 07:00:13 2012
@@ -2211,8 +2211,6 @@
       LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
                            LUnallocated* result);
   template<int I, int T>
-      LInstruction* Define(LTemplateInstruction<1, I, T>* instr);
-  template<int I, int T>
       LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
   template<int I, int T>
       LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,
=======================================
--- /branches/bleeding_edge/src/x64/lithium-x64.cc      Mon Jan 30 04:16:31 2012
+++ /branches/bleeding_edge/src/x64/lithium-x64.cc      Tue Jan 31 07:00:13 2012
@@ -676,12 +676,6 @@
   instr->set_result(result);
   return instr;
 }
-
-
-template<int I, int T>
-LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr) {
-  return Define(instr, new LUnallocated(LUnallocated::NONE));
-}


 template<int I, int T>
=======================================
--- /branches/bleeding_edge/src/x64/lithium-x64.h       Mon Jan 30 04:16:31 2012
+++ /branches/bleeding_edge/src/x64/lithium-x64.h       Tue Jan 31 07:00:13 2012
@@ -2193,8 +2193,6 @@
       LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
                            LUnallocated* result);
   template<int I, int T>
-      LInstruction* Define(LTemplateInstruction<1, I, T>* instr);
-  template<int I, int T>
       LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
   template<int I, int T>
       LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to