projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5391a1d
)
Typo fix.
author
Duncan Sands
<baldrick@free.fr>
Sat, 29 Nov 2008 08:03:35 +0000
(08:03 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Sat, 29 Nov 2008 08:03:35 +0000
(08:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60236
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/PointerIntPair.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/PointerIntPair.h
b/include/llvm/ADT/PointerIntPair.h
index f4518f0f2c40f059e87644613e1c6f9710982fce..773dea49c25bb0ccfd304aa9a1e415f6f09333d7 100644
(file)
--- a/
include/llvm/ADT/PointerIntPair.h
+++ b/
include/llvm/ADT/PointerIntPair.h
@@
-48,7
+48,7
@@
public:
void setPointer(PointerTy Ptr) {
intptr_t PtrVal = reinterpret_cast<intptr_t>(Ptr);
assert((PtrVal & (1 << IntBits)-1) == 0 &&
- "Pointer is no sufficiently aligned");
+ "Pointer is no
t
sufficiently aligned");
Value = PtrVal | (intptr_t)getInt();
}