fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Sat, 21 Nov 2015 16:16:29 +0000 (16:16 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sat, 21 Nov 2015 16:16:29 +0000 (16:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253785 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstCombineCasts.cpp

index 18415efb16f238c1ec97a210406435934b9ea125..4afe1bb243ffde2f9f44bcfd1675b19b15c29843 100644 (file)
@@ -1210,7 +1210,7 @@ Instruction *InstCombiner::visitFPTrunc(FPTruncInst &CI) {
   if (Instruction *I = commonCastTransforms(CI))
     return I;
   // If we have fptrunc(OpI (fpextend x), (fpextend y)), we would like to
-  // simpilify this expression to avoid one or more of the trunc/extend
+  // simplify this expression to avoid one or more of the trunc/extend
   // operations if we can do so without changing the numerical results.
   //
   // The exact manner in which the widths of the operands interact to limit