diff options
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 12 | 
1 files changed, 0 insertions, 12 deletions
| diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index 27340f19923..63f58c20968 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -39,18 +39,6 @@ ViewLegalizeDAGs("view-legalize-dags", cl::Hidden,  static const bool ViewLegalizeDAGs = 0;  #endif -namespace llvm { -template<> -struct DenseMapKeyInfo<SDOperand> { -  static inline SDOperand getEmptyKey() { return SDOperand((SDNode*)-1, -1U); } -  static inline SDOperand getTombstoneKey() { return SDOperand((SDNode*)-1, 0);} -  static unsigned getHashValue(const SDOperand &Val) { -    return DenseMapKeyInfo<void*>::getHashValue(Val.Val) + Val.ResNo; -  } -  static bool isPod() { return true; } -}; -} -  //===----------------------------------------------------------------------===//  /// SelectionDAGLegalize - This takes an arbitrary SelectionDAG as input and  /// hacks on it until the target machine can handle it.  This involves | 

