diff options
Diffstat (limited to 'lib/Target/Sparc/SparcISelLowering.cpp')
| -rw-r--r-- | lib/Target/Sparc/SparcISelLowering.cpp | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/lib/Target/Sparc/SparcISelLowering.cpp b/lib/Target/Sparc/SparcISelLowering.cpp index 133f8283950a..1b3ca3ed1cd7 100644 --- a/lib/Target/Sparc/SparcISelLowering.cpp +++ b/lib/Target/Sparc/SparcISelLowering.cpp @@ -644,10 +644,6 @@ SparcTargetLowering::SparcTargetLowering(TargetMachine &TM)    setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand);    setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); -  // We don't have line number support yet. -  setOperationAction(ISD::DBG_STOPPOINT, MVT::Other, Expand); -  setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand); -  setOperationAction(ISD::DBG_LABEL, MVT::Other, Expand);    setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);    // VASTART needs to be custom lowered to use the VarArgsFrameIndex. @@ -663,8 +659,6 @@ SparcTargetLowering::SparcTargetLowering(TargetMachine &TM)    setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32  , Custom);    // No debug info support yet. -  setOperationAction(ISD::DBG_STOPPOINT, MVT::Other, Expand); -  setOperationAction(ISD::DBG_LABEL, MVT::Other, Expand);    setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);    setStackPointerRegisterToSaveRestore(SP::O6); | 
