summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineTraceMetrics.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-07 18:32:57 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-07 18:32:57 +0000
commit296448b293231f87853e350dd7094d37aa5f0495 (patch)
tree87ca595e6de32799a570455562e24055e124de3b /llvm/lib/CodeGen/MachineTraceMetrics.h
parenta4eeae793018c2b6853dab8a21e8582b6b3fce33 (diff)
downloadbcm5719-llvm-296448b293231f87853e350dd7094d37aa5f0495.tar.gz
bcm5719-llvm-296448b293231f87853e350dd7094d37aa5f0495.zip
Fix a couple of typos.
llvm-svn: 161437
Diffstat (limited to 'llvm/lib/CodeGen/MachineTraceMetrics.h')
-rw-r--r--llvm/lib/CodeGen/MachineTraceMetrics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineTraceMetrics.h b/llvm/lib/CodeGen/MachineTraceMetrics.h
index 626b28b3227..4f39aca490c 100644
--- a/llvm/lib/CodeGen/MachineTraceMetrics.h
+++ b/llvm/lib/CodeGen/MachineTraceMetrics.h
@@ -219,7 +219,7 @@ public:
return TBI.InstrDepth + TBI.InstrHeight;
}
- /// Return the resource dpeth of the top/bottom of the trace center block.
+ /// Return the resource depth of the top/bottom of the trace center block.
/// This is the number of cycles required to execute all instructions from
/// the trace head to the trace center block. The resource depth only
/// considers execution resources, it ignores data dependencies.
OpenPOWER on IntegriCloud