llvm/include
Craig Topper 69a88f72e9 [APInt] Add back the asserts that check that the APInt shift methods aren't called with values larger than BitWidth.
The underlying tcShiftRight/tcShiftLeft functions support the larger bit widths but the APInt interface shouldn't rely on that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300811 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-20 02:03:09 +00:00
..
llvm [APInt] Add back the asserts that check that the APInt shift methods aren't called with values larger than BitWidth. 2017-04-20 02:03:09 +00:00
llvm-c Introducing LLVMMetadataRef 2017-04-17 11:52:54 +00:00