mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix a typo in a comment.
llvm-svn: 35316
This commit is contained in:
parent
16d08887ef
commit
b5b291924a
@ -726,7 +726,7 @@ public:
|
|||||||
/// @brief Sign extend to a new width.
|
/// @brief Sign extend to a new width.
|
||||||
APInt &sext(uint32_t width);
|
APInt &sext(uint32_t width);
|
||||||
|
|
||||||
/// This operation zero extends the APInt to a new width. Thie 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
|
/// are filled with 0 bits. It is an error to specify a width that is less
|
||||||
/// than or equal to the current width.
|
/// than or equal to the current width.
|
||||||
/// @brief Zero extend to a new width.
|
/// @brief Zero extend to a new width.
|
||||||
|
Loading…
Reference in New Issue
Block a user