[llvm-commits] [llvm] r146400 - /llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Dec 12 11:25:51 PST 2011


Author: stoklund
Date: Mon Dec 12 13:25:51 2011
New Revision: 146400

URL: http://llvm.org/viewvc/llvm-project?rev=146400&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp?rev=146400&r1=146399&r2=146400&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp Mon Dec 12 13:25:51 2011
@@ -580,7 +580,7 @@
 }
 
 /// getCPELogAlign - Returns the required alignment of the constant pool entry
-/// represented by CPEMI.  ALignment is measured in log2(bytes) units.
+/// represented by CPEMI.  Alignment is measured in log2(bytes) units.
 unsigned ARMConstantIslands::getCPELogAlign(const MachineInstr *CPEMI) {
   assert(CPEMI && CPEMI->getOpcode() == ARM::CONSTPOOL_ENTRY);
 





More information about the llvm-commits mailing list