OSDN Git Service

[SelectionDAG] Make SDNode::getConstantOperandVal an inline method.
authorCraig Topper <craig.topper@gmail.com>
Sun, 29 Jan 2017 06:08:02 +0000 (06:08 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 29 Jan 2017 06:08:02 +0000 (06:08 +0000)
commit544a997a27b37e7ee1de2a32f043674485f3a7b0
tree2f06ef8147787da8227d8df8ef1f0c6b9230cca0
parentef4350680622ab05118f3075cf6b4b65db006ca4
[SelectionDAG] Make SDNode::getConstantOperandVal an inline method.

It's operation already exists manually in many places without using the method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293421 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp