Remove a little more dead code from lithium-* files.
Review URL: http://codereview.chromium.org/9301040 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10571 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
dab8048597
commit
86a0e828dc
@ -685,12 +685,6 @@ LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* 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>
|
||||
LInstruction* LChunkBuilder::DefineAsRegister(
|
||||
LTemplateInstruction<1, I, T>* instr) {
|
||||
|
@ -2210,8 +2210,6 @@ class LChunkBuilder BASE_EMBEDDED {
|
||||
template<int I, int T>
|
||||
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>
|
||||
|
@ -684,12 +684,6 @@ LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* 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>
|
||||
LInstruction* LChunkBuilder::DefineAsRegister(
|
||||
LTemplateInstruction<1, I, T>* instr) {
|
||||
|
@ -2322,8 +2322,6 @@ class LChunkBuilder BASE_EMBEDDED {
|
||||
template<int I, int T>
|
||||
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>
|
||||
|
@ -685,12 +685,6 @@ LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* 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>
|
||||
LInstruction* LChunkBuilder::DefineAsRegister(
|
||||
LTemplateInstruction<1, I, T>* instr) {
|
||||
|
@ -2210,8 +2210,6 @@ class LChunkBuilder BASE_EMBEDDED {
|
||||
template<int I, int T>
|
||||
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>
|
||||
|
@ -678,12 +678,6 @@ LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* 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>
|
||||
LInstruction* LChunkBuilder::DefineAsRegister(
|
||||
LTemplateInstruction<1, I, T>* instr) {
|
||||
|
@ -2192,8 +2192,6 @@ class LChunkBuilder BASE_EMBEDDED {
|
||||
template<int I, int T>
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user