[IR] Grammar police: "intact" is one word. NFC

llvm-svn: 292298
This commit is contained in:
Justin Lebar 2017-01-18 00:07:18 +00:00
parent 1da55f532c
commit 33139053da
1 changed files with 1 additions and 1 deletions

View File

@ -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;