aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-11-21 16:16:29 +0000
committerSanjay Patel <spatel@rotateright.com>2015-11-21 16:16:29 +0000
commit5a7bdc9632caa3b39a36fd864609eae487a7cbd0 (patch)
treedbdf9899fdfc48a1972cabed4cd3e3e6d24e6f1f /llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
parent42afa272ed709f501956b79fbbcb3232d28beb4f (diff)
downloadllvm-5a7bdc9632caa3b39a36fd864609eae487a7cbd0.zip
llvm-5a7bdc9632caa3b39a36fd864609eae487a7cbd0.tar.gz
llvm-5a7bdc9632caa3b39a36fd864609eae487a7cbd0.tar.bz2
fix typo; NFC
llvm-svn: 253785
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp b/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
index 18415ef..4afe1bb 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
@@ -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