diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2011-08-16 00:20:11 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2011-08-16 00:20:11 +0000 |
| commit | b8f30de527cc64ae5cfceae4e3f06206440c10ca (patch) | |
| tree | 124b4598bb21e6f627d445b4483c1e125d10c06d /llvm/lib/Transforms/Utils/SimplifyCFG.cpp | |
| parent | e610d64bda255096f86fb0d44bce2364896bcaf2 (diff) | |
| download | bcm5719-llvm-b8f30de527cc64ae5cfceae4e3f06206440c10ca.tar.gz bcm5719-llvm-b8f30de527cc64ae5cfceae4e3f06206440c10ca.zip | |
Minor comment fixes.
llvm-svn: 137693
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyCFG.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Utils/SimplifyCFG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp index 850ee490056..2d60c35afb1 100644 --- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp +++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp @@ -2269,7 +2269,7 @@ bool SimplifyCFGOpt::SimplifyUnreachable(UnreachableInst *UI) { // Note that deleting LandingPad's here is in fact okay, although it // involves a bit of subtle reasoning. If this inst is a LandingPad, // all the predecessors of this block will be the unwind edges of Invokes, - // and we can therefore guaranteed this block will be erased. + // and we can therefore guarantee this block will be erased. } // Delete this instruction (any uses are guaranteed to be dead) |

