From 4474d87fd374dfd5c8b9d29783b73d670540c74f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 2 Mar 2007 01:31:31 +0000 Subject: Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34826 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ProgrammersManual.html') diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 031c86b..bde2ae0 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -2630,7 +2630,7 @@ a subclass, which represents the address of a global variable or function.
  • uint64_t getZExtValue() const: 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.
  • + For this reason, use of this method is discouraged.
  • static ConstantInt* get(const APInt& Val): Returns the ConstantInt object that represents the value provided by Val. The type is implied as the IntegerType that corresponds to the bit width -- cgit v1.1