OSDN Git Service

Use SelectionDAG::getTargetConstant* helper functions. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 29 Apr 2016 17:42:45 +0000 (17:42 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 29 Apr 2016 17:42:45 +0000 (17:42 +0000)
commit34d5a9f6069ad3bb753a97f1289131aa7f2f0450
tree3334f83b66c4884bcd4e5e5ba1b55b366b615871
parent39e28634ef0cba4af1ea409eec0127f69f64571c
Use SelectionDAG::getTargetConstant* helper functions. NFC.

Instead of SelectionDAG::getConstant directly to make it more obvious that we're creating target constants.

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