summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-07-26 09:55:31 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-07-26 09:55:31 +0000
commit28c7d7093d94706d5e457fd07484f230dc66f91a (patch)
tree14248a9d46002747d09e190c79dfc4c22492eb89
parent729d361834bdb29002ee5506b098582b43bfcd9c (diff)
downloadbcm5719-llvm-28c7d7093d94706d5e457fd07484f230dc66f91a.tar.gz
bcm5719-llvm-28c7d7093d94706d5e457fd07484f230dc66f91a.zip
Fixed spelling in comment
llvm-svn: 276738
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index b21f7eed9d1..c5e8102a89b 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -29708,7 +29708,7 @@ combineVectorTruncationWithPACKSS(SDNode *N, SelectionDAG &DAG,
/// X86ISD::PACKUS/X86ISD::PACKSS operations. We do it here because after type
/// legalization the truncation will be translated into a BUILD_VECTOR with each
/// element that is extracted from a vector and then truncated, and it is
-/// diffcult to do this optimization based on them.
+/// difficult to do this optimization based on them.
static SDValue combineVectorTruncation(SDNode *N, SelectionDAG &DAG,
const X86Subtarget &Subtarget) {
EVT OutVT = N->getValueType(0);
OpenPOWER on IntegriCloud