diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-09-10 05:29:43 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-09-10 05:29:43 +0000 |
| commit | 216c7b8aedbf4c3f5a60835c75872ddc35cfc3e4 (patch) | |
| tree | d211caa84e1e2fffddd6000d9534fefdb8c23db1 /llvm/lib/Transforms/Scalar/PiNodeInsertion.cpp | |
| parent | 4e621cd8614d87071cb5146ed4f825936a285b09 (diff) | |
| download | bcm5719-llvm-216c7b8aedbf4c3f5a60835c75872ddc35cfc3e4.tar.gz bcm5719-llvm-216c7b8aedbf4c3f5a60835c75872ddc35cfc3e4.zip | |
Fix spell-o's
llvm-svn: 8431
Diffstat (limited to 'llvm/lib/Transforms/Scalar/PiNodeInsertion.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/PiNodeInsertion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/PiNodeInsertion.cpp b/llvm/lib/Transforms/Scalar/PiNodeInsertion.cpp index 4f52051e61b..21eaf23bd71 100644 --- a/llvm/lib/Transforms/Scalar/PiNodeInsertion.cpp +++ b/llvm/lib/Transforms/Scalar/PiNodeInsertion.cpp @@ -77,7 +77,7 @@ bool PiNodeInserter::runOnFunction(Function &F) { Value *TrueRep = 0, *FalseRep = 0; // Make sure the the constant is the second operand if there is one... - // This fits with our cannonicalization patterns used elsewhere in the + // This fits with our canonicalization patterns used elsewhere in the // compiler, without depending on instcombine running before us. // if (isa<Constant>(SCI->getOperand(0)) && |

