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:
1aa1f74
)
Fix a duplicated word in a comment.
author
Bob Wilson
<bob.wilson@apple.com>
Thu, 26 Feb 2009 00:58:09 +0000
(
00:58
+0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Thu, 26 Feb 2009 00:58:09 +0000
(
00:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65496
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 351e80e176ffde3f73b728b3bc49121f9ee89c41..0088d68f59a36142ddfd7dd464ec8aafc5c5685c 100644
(file)
--- a/
include/llvm/Constants.h
+++ b/
include/llvm/Constants.h
@@
-75,7
+75,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. Note that
+ /// extended as appropriate for the type of this constant. Note that
/// this method can assert if the value does not fit in 64 bits.
/// @deprecated
/// @brief Return the sign extended value.