OSDN Git Service

Rename ConstantSDNode's getSignExtended to getSExtValue, for
authorDan Gohman <gohman@apple.com>
Fri, 26 Sep 2008 21:54:37 +0000 (21:54 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 26 Sep 2008 21:54:37 +0000 (21:54 +0000)
commit7810bfed5570c192e0714a8fd0e5130a0c38dd2e
tree177764949e61ffb42778625fec8fe132db8a6b77
parentf2752503336b4070038a5d1727c5e6fc60cd24d2
Rename ConstantSDNode's getSignExtended to getSExtValue, for
consistancy with ConstantInt, and re-implement it in terms
of ConstantInt's getSExtValue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56700 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/CellSPU/SPUOperands.td
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
utils/TableGen/DAGISelEmitter.cpp