summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-12-21 01:54:40 +0000
committerBill Wendling <isanbard@gmail.com>2010-12-21 01:54:40 +0000
commit18581a4ac0077509579d2cacbebb379770089c55 (patch)
treed32d68cd5e3fc2ff7489398ccc59046e7410dd4b /llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
parent2530cd2a4c62e9b9646b4c04f63637350852e25f (diff)
downloadbcm5719-llvm-18581a4ac0077509579d2cacbebb379770089c55.tar.gz
bcm5719-llvm-18581a4ac0077509579d2cacbebb379770089c55.zip
Comment cleanups.
llvm-svn: 122302
Diffstat (limited to 'llvm/lib/Target/ARM/ARMConstantIslandPass.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMConstantIslandPass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
index 8c7ce904e1c..4915bae1cde 100644
--- a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
+++ b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
@@ -1,4 +1,4 @@
-//===-- ARMConstantIslandPass.cpp - ARM constant islands --------*- C++ -*-===//
+//===-- ARMConstantIslandPass.cpp - ARM constant islands ------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -482,7 +482,7 @@ void ARMConstantIslands::InitialFunctionScan(MachineFunction &MF,
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) {
OpenPOWER on IntegriCloud