mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Use intptr_t.
llvm-svn: 70076
This commit is contained in:
parent
e001e33842
commit
bbd2110a60
@ -845,7 +845,7 @@ public:
|
||||
|
||||
/// size() - The length of this string.
|
||||
///
|
||||
size_t size() const { return StrEnd - StrBegin; }
|
||||
intptr_t size() const { return StrEnd - StrBegin; }
|
||||
|
||||
/// begin() - Pointer to the first byte of the string.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user