revert so I can get the right PR# in the log message.

llvm-svn: 108727
This commit is contained in:
Jim Grosbach 2010-07-19 17:19:40 +00:00
parent c685756cfb
commit d9ad52adff
2 changed files with 0 additions and 6 deletions

View File

@ -1628,10 +1628,6 @@ static SDValue LowerConstantPool(SDValue Op, SelectionDAG &DAG) {
return DAG.getNode(ARMISD::Wrapper, dl, MVT::i32, Res);
}
unsigned ARMTargetLowering::getJumpTableEncoding() const {
return MachineJumpTableInfo::EK_Inline;
}
SDValue ARMTargetLowering::LowerBlockAddress(SDValue Op,
SelectionDAG &DAG) const {
MachineFunction &MF = DAG.getMachineFunction();

View File

@ -175,8 +175,6 @@ namespace llvm {
public:
explicit ARMTargetLowering(TargetMachine &TM);
virtual unsigned getJumpTableEncoding(void) const;
virtual SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const;
/// ReplaceNodeResults - Replace the results of node with an illegal result