aboutsummaryrefslogtreecommitdiff
path: root/source/opt/dominator_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/opt/dominator_tree.h')
-rw-r--r--source/opt/dominator_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/opt/dominator_tree.h b/source/opt/dominator_tree.h
index 0024bc50..1674b228 100644
--- a/source/opt/dominator_tree.h
+++ b/source/opt/dominator_tree.h
@@ -278,7 +278,7 @@ class DominatorTree {
private:
// Wrapper function which gets the list of pairs of each BasicBlocks to its
- // immediately dominating BasicBlock and stores the result in the the edges
+ // immediately dominating BasicBlock and stores the result in the edges
// parameter.
//
// The |edges| vector will contain the dominator tree as pairs of nodes.