summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackColoring.cpp
diff options
context:
space:
mode:
authorRobin Morisset <morisset@google.com>2014-08-29 21:53:01 +0000
committerRobin Morisset <morisset@google.com>2014-08-29 21:53:01 +0000
commit039781ef269c61139d902b0cf8c78096d7318d9f (patch)
tree24631595cdf0fb8f1c20873b26bdb3d6a503d16f /llvm/lib/CodeGen/StackColoring.cpp
parentae08e431ddc1d981afa9a16a3e2041a6213846d8 (diff)
downloadbcm5719-llvm-039781ef269c61139d902b0cf8c78096d7318d9f.tar.gz
bcm5719-llvm-039781ef269c61139d902b0cf8c78096d7318d9f.zip
Fix typos in comments, NFC
Summary: Just fixing comments, no functional change. Test Plan: N/A Reviewers: jfb Subscribers: mcrosier, llvm-commits Differential Revision: http://reviews.llvm.org/D5130 llvm-svn: 216784
Diffstat (limited to 'llvm/lib/CodeGen/StackColoring.cpp')
-rw-r--r--llvm/lib/CodeGen/StackColoring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StackColoring.cpp b/llvm/lib/CodeGen/StackColoring.cpp
index 370430c4c82..dcf1b448a91 100644
--- a/llvm/lib/CodeGen/StackColoring.cpp
+++ b/llvm/lib/CodeGen/StackColoring.cpp
@@ -228,7 +228,7 @@ void StackColoring::dump() const {
unsigned StackColoring::collectMarkers(unsigned NumSlot) {
unsigned MarkersFound = 0;
// Scan the function to find all lifetime markers.
- // NOTE: We use the a reverse-post-order iteration to ensure that we obtain a
+ // NOTE: We use a reverse-post-order iteration to ensure that we obtain a
// deterministic numbering, and because we'll need a post-order iteration
// later for solving the liveness dataflow problem.
for (MachineBasicBlock *MBB : depth_first(MF)) {
OpenPOWER on IntegriCloud