diff options
-rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index 8c65742213..4bb1739ec1 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -199,7 +199,7 @@ private: std::map<const GlobalValue*, SDNode*> GlobalValues; std::map<std::pair<uint64_t, MVT::ValueType>, SDNode*> Constants; - std::map<std::pair<double, MVT::ValueType>, SDNode*> ConstantFPs; + std::map<std::pair<uint64_t, MVT::ValueType>, SDNode*> ConstantFPs; std::map<int, SDNode*> FrameIndices; std::map<unsigned, SDNode*> ConstantPoolIndices; std::map<MachineBasicBlock *, SDNode*> BBNodes; |