[llvm-commits] [llvm] r58533 - /llvm/trunk/lib/Target/ARM/ARMJITInfo.h

Evan Cheng evan.cheng at apple.com
Fri Oct 31 12:56:03 PDT 2008


Author: evancheng
Date: Fri Oct 31 14:56:03 2008
New Revision: 58533

URL: http://llvm.org/viewvc/llvm-project?rev=58533&view=rev
Log:
Add comment.

Modified:
    llvm/trunk/lib/Target/ARM/ARMJITInfo.h

Modified: llvm/trunk/lib/Target/ARM/ARMJITInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMJITInfo.h?rev=58533&r1=58532&r2=58533&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMJITInfo.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMJITInfo.h Fri Oct 31 14:56:03 2008
@@ -56,6 +56,8 @@
     /// pool address resolution is handled by the target.
     virtual bool hasCustomConstantPool() const { return true; }
 
+    /// ResizeConstPoolMap - Resize constant pool ids to CONSTPOOL_ENTRY
+    /// addresses map.
     void ResizeConstPoolMap(unsigned Size) {
       ConstPoolId2AddrMap.resize(Size);
     }





More information about the llvm-commits mailing list