diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-02 10:20:22 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-02 10:20:22 +0000 |
commit | bde917666307faf3c9e2d290c38a0018f54d7a68 (patch) | |
tree | a4f8b7904ebe75594a47abfa098ba7fff69d0cf5 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
parent | 0e46d8a08c4c50519bd3c5688d0bb21f57edb075 (diff) | |
download | bcm5719-llvm-bde917666307faf3c9e2d290c38a0018f54d7a68.tar.gz bcm5719-llvm-bde917666307faf3c9e2d290c38a0018f54d7a68.zip |
Fix typos found by http://github.com/lyda/misspell-check
llvm-svn: 157885
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index dbf959b9b6f..d0fde6f01d6 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -340,7 +340,7 @@ public: void clear(); /// clearDanglingDebugInfo - Clear the dangling debug information - /// map. This function is seperated from the clear so that debug + /// map. This function is separated from the clear so that debug /// information that is dangling in a basic block can be properly /// resolved in a different basic block. This allows the /// SelectionDAG to resolve dangling debug information attached |