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:
79bc332
)
fix typo
author
Chris Lattner
<sabre@nondot.org>
Mon, 18 Sep 2006 04:58:06 +0000
(
04:58
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 18 Sep 2006 04:58:06 +0000
(
04:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30453
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Constants.h
patch
|
blob
|
history
diff --git
a/include/llvm/Constants.h
b/include/llvm/Constants.h
index e0530290d1264c663ede2fee82e72a0c6aea8e1b..6354c1166d9564c389dd9e5701d8ef047f9627bf 100644
(file)
--- a/
include/llvm/Constants.h
+++ b/
include/llvm/Constants.h
@@
-61,7
+61,7
@@
public:
/// Return the constant as a 64-bit integer value after it has been sign
/// sign extended as appropriate for the type of this constant.
- /// @brief R
E
turn the sign extended value.
+ /// @brief R
e
turn the sign extended value.
inline int64_t getSExtValue() const {
unsigned Size = getType()->getPrimitiveSizeInBits();
return (Val.Signed << (64-Size)) >> (64-Size);