Skip to content
Snippets Groups Projects
Commit 8f499f17 authored by Chris Lattner's avatar Chris Lattner
Browse files

fix typo

llvm-svn: 30453
parent b0b8ddd1
No related branches found
No related tags found
No related merge requests found
......@@ -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 REturn the sign extended value.
/// @brief Return the sign extended value.
inline int64_t getSExtValue() const {
unsigned Size = getType()->getPrimitiveSizeInBits();
return (Val.Signed << (64-Size)) >> (64-Size);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment