From: Reid Spencer Date: Thu, 1 Mar 2007 21:05:33 +0000 (+0000) Subject: Clarify the use of getValue/getSExtValue/getZExtValue and add the new X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=97b4ee34ed35b03cb3832d813292f7ceb516028f;p=oota-llvm.git Clarify the use of getValue/getSExtValue/getZExtValue and add the new APInt constructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34811 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index df8f4abf470..031c86b9111 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -2621,10 +2621,20 @@ a subclass, which represents the address of a global variable or function.
  • ConstantInt : This subclass of Constant represents an integer constant of any width.