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:
a1689ea
)
Fix a typo in a comment.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 25 Mar 2007 01:13:46 +0000
(
01:13
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 25 Mar 2007 01:13:46 +0000
(
01:13
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35316
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/APInt.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/APInt.h
b/include/llvm/ADT/APInt.h
index 7e5132f0d023d4247404d304141978b1a0af6b71..b39cf78b98509930af9a6162bfaf39daf02c44d6 100644
(file)
--- a/
include/llvm/ADT/APInt.h
+++ b/
include/llvm/ADT/APInt.h
@@
-726,7
+726,7
@@
public:
/// @brief Sign extend to a new width.
APInt &sext(uint32_t width);
- /// This operation zero extends the APInt to a new width. Th
i
e high order bits
+ /// This operation zero extends the APInt to a new width. The high order bits
/// are filled with 0 bits. It is an error to specify a width that is less
/// than or equal to the current width.
/// @brief Zero extend to a new width.