diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-06-28 03:57:31 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-06-28 03:57:31 +0000 |
commit | fa44dc65095cc1764f532cedcc4fe84a6460f4cf (patch) | |
tree | 5e1918e3b925ef6daa32dbe90e7f12242ce2291e /llvm/lib/Transforms/Utils/Local.cpp | |
parent | 09932bd5b6eae54af2d1c85aeabfd3605380c2b1 (diff) | |
download | bcm5719-llvm-fa44dc65095cc1764f532cedcc4fe84a6460f4cf.tar.gz bcm5719-llvm-fa44dc65095cc1764f532cedcc4fe84a6460f4cf.zip |
Fix typo in comment.
llvm-svn: 133990
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/Local.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp index 506e5e8424f..b1dd733ffe5 100644 --- a/llvm/lib/Transforms/Utils/Local.cpp +++ b/llvm/lib/Transforms/Utils/Local.cpp @@ -642,7 +642,7 @@ bool llvm::EliminateDuplicatePHINodes(BasicBlock *BB) { bool Changed = false; // This implementation doesn't currently consider undef operands - // specially. Theroetically, two phis which are identical except for + // specially. Theoretically, two phis which are identical except for // one having an undef where the other doesn't could be collapsed. // Map from PHI hash values to PHI nodes. If multiple PHIs have |