mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-10 14:10:58 +00:00
[IR] Grammar police: "intact" is one word. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292298 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf51c92663
commit
be4d3e02f9
@ -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
Block a user