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

MipsAdd opcode added


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41152 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bruno Cardoso Lopes 2007-08-18 01:54:09 +00:00
parent 13d1b7bbb3
commit de6a9411db

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);
};
}