mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix a typo.
llvm-svn: 34826
This commit is contained in:
parent
eabc981a60
commit
1be4796f45
@ -2630,7 +2630,7 @@ a subclass, which represents the address of a global variable or function.
|
||||
<li><tt>uint64_t getZExtValue() const</tt>: Converts the underlying APInt
|
||||
value to a uint64_t via zero extension. IF the value (not the bit width)
|
||||
of the APInt is too large to fit in a uint64_t, an assertion will result.
|
||||
For this reason, use of this method is discourage.</li>
|
||||
For this reason, use of this method is discouraged.</li>
|
||||
<li><tt>static ConstantInt* get(const APInt& Val)</tt>: Returns the
|
||||
ConstantInt object that represents the value provided by <tt>Val</tt>.
|
||||
The type is implied as the IntegerType that corresponds to the bit width
|
||||
|
Loading…
x
Reference in New Issue
Block a user