diff options
Diffstat (limited to 'lib/Transforms/Scalar/PiNodeInsertion.cpp')
-rw-r--r-- | lib/Transforms/Scalar/PiNodeInsertion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/PiNodeInsertion.cpp b/lib/Transforms/Scalar/PiNodeInsertion.cpp index 4f52051..21eaf23 100644 --- a/lib/Transforms/Scalar/PiNodeInsertion.cpp +++ b/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)) && |