summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstrBundle.cpp
diff options
context:
space:
mode:
authorMichael Ilseman <milseman@apple.com>2012-09-17 18:25:23 +0000
committerMichael Ilseman <milseman@apple.com>2012-09-17 18:25:23 +0000
commit3a8336379c7bad8b1c462dc8924989d33e1f1290 (patch)
tree5d837fa48a4fa71df3beeeaac650f16eaa9e217b /llvm/lib/CodeGen/MachineInstrBundle.cpp
parentb503b323f36d88880411945134c22cba44102ae1 (diff)
downloadbcm5719-llvm-3a8336379c7bad8b1c462dc8924989d33e1f1290.tar.gz
bcm5719-llvm-3a8336379c7bad8b1c462dc8924989d33e1f1290.zip
whitespace
llvm-svn: 164043
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstrBundle.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineInstrBundle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineInstrBundle.cpp b/llvm/lib/CodeGen/MachineInstrBundle.cpp
index ff7ad039b3a..7d49e73f99e 100644
--- a/llvm/lib/CodeGen/MachineInstrBundle.cpp
+++ b/llvm/lib/CodeGen/MachineInstrBundle.cpp
@@ -308,7 +308,7 @@ MachineOperandIteratorBase::analyzePhysReg(unsigned Reg,
} if (IsRegOrOverlapping && MO.readsReg()) {
PRI.ReadsOverlap = true;// Reg or an overlapping register is read.
}
-
+
if (!MO.isDef())
continue;
OpenPOWER on IntegriCloud