Skip to content
Commit 4e22ee67 authored by Craig Topper's avatar Craig Topper
Browse files

[ConstantInt] Use ConstantInt::getValue instead of Constant::getUniqueInteger...

[ConstantInt] Use ConstantInt::getValue instead of Constant::getUniqueInteger in a few places where we obviously have a ConstantInt. NFC

getUniqueInteger will ultimately call ConstantInt::getValue, but calling ConstantInt::getValue should be inlined.

llvm-svn: 310069
parent 14fc82a1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment