1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Comment cleanups.

llvm-svn: 122302
This commit is contained in:
Bill Wendling 2010-12-21 01:54:40 +00:00
parent e9eb1be4dd
commit 8c7f90099b

View File

@ -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) {