]> granicus.if.org Git - llvm/commit
[IR] Remove the APIntMoveTy typedef from ConstantRange. Use APInt type directly.
authorCraig Topper <craig.topper@gmail.com>
Thu, 13 Apr 2017 00:20:31 +0000 (00:20 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 13 Apr 2017 00:20:31 +0000 (00:20 +0000)
commit2d32ddf143461413ee2d86a3a096912d8d0a2ed4
tree967037fb347d8884502b9961bedd95cd54ed2867
parentdc359e4a20c7224e16c3e5580883f94bbc998c68
[IR] Remove the APIntMoveTy typedef from ConstantRange. Use APInt type directly.

This typedef used to be conditional based on whether rvalue references were supported. Looks like it got left behind when we switched to always having rvalue references with c++11. I don't think it provides any value now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300146 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/ConstantRange.h
lib/IR/ConstantRange.cpp