OSDN Git Service

Use SDValue::getOpcode() helper instead of via SDValue::getNode()
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 20 Aug 2016 20:04:18 +0000 (20:04 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 20 Aug 2016 20:04:18 +0000 (20:04 +0000)
commit24f7c903eb761d0aea1ba1a0489d4e1d1a8e8e7b
treefe240c622ceef8f8bb44e0c50d9fadfabdb97a5f
parentd66cc578a7a3d9374a58e25dca15297d8a13fe96
Use SDValue::getOpcode() helper instead of via SDValue::getNode()

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