diff options
| author | Warren Hunt <whunt@google.com> | 2013-09-28 00:15:41 +0000 |
|---|---|---|
| committer | Warren Hunt <whunt@google.com> | 2013-09-28 00:15:41 +0000 |
| commit | 41a993f6f86e94304d27e46d57d9aa8ae2834748 (patch) | |
| tree | b5fc9ff49b7f74907c480f37598d33effea99db4 /clang | |
| parent | af4211ad940025c2a1eb8b25d20196c1c1362d88 (diff) | |
| download | bcm5719-llvm-41a993f6f86e94304d27e46d57d9aa8ae2834748.tar.gz bcm5719-llvm-41a993f6f86e94304d27e46d57d9aa8ae2834748.zip | |
Typo correction: _int64 -> __int64.
llvm-svn: 191592
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/Headers/Intrin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Headers/Intrin.h b/clang/lib/Headers/Intrin.h index 97c915f4071..0892d0f4b34 100644 --- a/clang/lib/Headers/Intrin.h +++ b/clang/lib/Headers/Intrin.h @@ -363,7 +363,7 @@ void *_InterlockedCompareExchangePointer_np(void *volatile *_Destination, void *_Exchange, void *_Comparand); long _InterlockedOr_np(long volatile *_Value, long _Mask); short _InterlockedOr16_np(short volatile *_Value, short _Mask); -__int64 _InterlockedOr64_np(__int64 volatile *_Value, _int64 _Mask); +__int64 _InterlockedOr64_np(__int64 volatile *_Value, __int64 _Mask); char _InterlockedOr8_np(char volatile *_Value, char _Mask); long _InterlockedXor_np(long volatile *_Value, long _Mask); short _InterlockedXor16_np(short volatile *_Value, short _Mask); |

