projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d244502
)
Fix a typo.
author
Roman Divacky
<rdivacky@freebsd.org>
Sun, 7 Feb 2016 15:50:55 +0000
(15:50 +0000)
committer
Roman Divacky
<rdivacky@freebsd.org>
Sun, 7 Feb 2016 15:50:55 +0000
(15:50 +0000)
llvm-svn: 260038
llvm/include/llvm/ADT/PointerEmbeddedInt.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/ADT/PointerEmbeddedInt.h
b/llvm/include/llvm/ADT/PointerEmbeddedInt.h
index
8781d18
..
7f86bf8
100644
(file)
--- a/
llvm/include/llvm/ADT/PointerEmbeddedInt.h
+++ b/
llvm/include/llvm/ADT/PointerEmbeddedInt.h
@@
-58,7
+58,7
@@
public:
Value = static_cast<uintptr_t>(I) << Shift;
}
- // Note that this im
ilic
t conversion additionally allows all of the basic
+ // Note that this im
plici
t conversion additionally allows all of the basic
// comparison operators to work transparently, etc.
operator IntT() const { return static_cast<IntT>(Value >> Shift); }
};