In isUIntN, make sure N is less than 64 before using in a shift to avoid undefined...
[oota-llvm.git] / include / llvm / Support / TrailingObjects.h
2015-08-05 James Y KnightAdd a TrailingObjects template class.