summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-09-14 16:12:14 +0000
committerAdrian Prantl <aprantl@apple.com>2018-09-14 16:12:14 +0000
commit86497ad2afd83a68c2931fb35e1d03a89c3b8952 (patch)
tree64d3a48e9e740c29ef90a0f09f891ab65f0d4efb /llvm/lib/CodeGen/SelectionDAG
parentb51a70396e5d99bec354085f7cf96d127988f37b (diff)
downloadbcm5719-llvm-86497ad2afd83a68c2931fb35e1d03a89c3b8952.tar.gz
bcm5719-llvm-86497ad2afd83a68c2931fb35e1d03a89c3b8952.zip
fix typos
llvm-svn: 342241
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index 9ce7343c495..13d412cd7de 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -3959,7 +3959,7 @@ bool SelectionDAGLegalize::ExpandNode(SDNode *Node) {
return false;
}
- LLVM_DEBUG(dbgs() << "Succesfully expanded node\n");
+ LLVM_DEBUG(dbgs() << "Successfully expanded node\n");
ReplaceNode(Node, Results.data());
return true;
}
OpenPOWER on IntegriCloud