mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
The explicit APIs on SBValue obviously remain if one wants to be explicit in intent, or override this guess, but since __int__() has to pick one, an educated guess is definitely better than than always going to signed regardless Fixes rdar://24556976 llvm-svn: 260349