1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/include
John McCall b6e6dd63ad Add an override to StringRef::getAsInteger which parses into an APInt.
It gets its own implementation totally divorced from the (presumably
performance-sensitive) routines which parse into a uint64_t.

Add APInt::operator|=(uint64_t), which is situationally much better than
using a full APInt.

llvm-svn: 97381
2010-02-28 09:55:58 +00:00
..
llvm Add an override to StringRef::getAsInteger which parses into an APInt. 2010-02-28 09:55:58 +00:00
llvm-c Add support for global variables in an address space for llvm-c and ocaml. 2010-02-28 09:46:13 +00:00