forked from OSchip/llvm-project
[IR] Grammar police: "intact" is one word. NFC
llvm-svn: 292298
This commit is contained in:
parent
1da55f532c
commit
33139053da
|
@ -138,7 +138,7 @@ public:
|
|||
static Constant *get(Type* Ty, const APInt& V);
|
||||
|
||||
/// Return the constant as an APInt value reference. This allows clients to
|
||||
/// obtain a copy of the value, with all its precision in tact.
|
||||
/// obtain a full-precision copy of the value.
|
||||
/// @brief Return the constant's value.
|
||||
inline const APInt &getValue() const {
|
||||
return Val;
|
||||
|
|
Loading…
Reference in New Issue