summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-09-22 11:14:39 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-09-22 11:14:39 +0000
commita9cb538a74b511aa56e4237dbdfca57e8dcc57cc (patch)
tree7178bd55ae00a47c72eb79a8c23241f283095cce /llvm/lib/CodeGen/MachineInstr.cpp
parent84965031a75345167c6ec2cf5e5c133869a43b47 (diff)
downloadbcm5719-llvm-a9cb538a74b511aa56e4237dbdfca57e8dcc57cc.tar.gz
bcm5719-llvm-a9cb538a74b511aa56e4237dbdfca57e8dcc57cc.zip
Reformat blank lines.
llvm-svn: 248263
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineInstr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp
index f2984b2ae0e..646216cb6df 100644
--- a/llvm/lib/CodeGen/MachineInstr.cpp
+++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -1644,7 +1644,6 @@ void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST,
FirstOp = false;
}
-
for (unsigned i = StartOp, e = getNumOperands(); i != e; ++i) {
const MachineOperand &MO = getOperand(i);
OpenPOWER on IntegriCloud