LowerRETURNADDR removed since it was wrong and does not have utility yet!

MipsAdd opcode added

llvm-svn: 41152
This commit is contained in:
Bruno Cardoso Lopes 2007-08-18 01:54:09 +00:00
parent 87beec9afb
commit e8d1c52cd4
1 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,9 @@ namespace llvm {
Lo,
// Return
Ret
Ret,
Add
};
}
@ -76,7 +78,6 @@ namespace llvm {
SDOperand LowerFORMAL_ARGUMENTS(SDOperand Op, SelectionDAG &DAG);
SDOperand LowerGlobalAddress(SDOperand Op, SelectionDAG &DAG);
SDOperand LowerGlobalTLSAddress(SDOperand Op, SelectionDAG &DAG);
SDOperand LowerRETURNADDR(SDOperand Op, SelectionDAG &DAG);
};
}