mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 23:43:50 +00:00
Comment cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122302 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d0963f72c
commit
9a4d2e40a0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user