[llvm-commits] [llvm] r122302 - /llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp
Bill Wendling
isanbard at gmail.com
Mon Dec 20 17:54:40 PST 2010
Author: void
Date: Mon Dec 20 19:54:40 2010
New Revision: 122302
URL: http://llvm.org/viewvc/llvm-project?rev=122302&view=rev
Log:
Comment cleanups.
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=122302&r1=122301&r2=122302&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp Mon Dec 20 19:54:40 2010
@@ -1,4 +1,4 @@
-//===-- ARMConstantIslandPass.cpp - ARM constant islands --------*- C++ -*-===//
+//===-- ARMConstantIslandPass.cpp - ARM constant islands ------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -482,7 +482,7 @@
HasInlineAsm = true;
}
- // Now go back through the instructions and build up our data structures
+ // Now go back through the instructions and build up our data structures.
unsigned Offset = 0;
for (MachineFunction::iterator MBBI = MF.begin(), E = MF.end();
MBBI != E; ++MBBI) {
More information about the llvm-commits
mailing list