summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-10-17 04:17:54 +0000
committerCraig Topper <craig.topper@intel.com>2017-10-17 04:17:54 +0000
commitfbb1985c146dd3ad24df9f6053f422d19647c0ef (patch)
tree588fdadebb97e016f928d3c2f5646a7e010ad640 /llvm/lib
parent4e319ca894be92e484ca1f9bbe44c12a7f601d4b (diff)
downloadbcm5719-llvm-fbb1985c146dd3ad24df9f6053f422d19647c0ef.tar.gz
bcm5719-llvm-fbb1985c146dd3ad24df9f6053f422d19647c0ef.zip
[X86] Fix typo in comment. NFC
llvm-svn: 315969
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86EvexToVex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86EvexToVex.cpp b/llvm/lib/Target/X86/X86EvexToVex.cpp
index 1113d9493a3..cc45c1f3e1d 100644
--- a/llvm/lib/Target/X86/X86EvexToVex.cpp
+++ b/llvm/lib/Target/X86/X86EvexToVex.cpp
@@ -14,7 +14,7 @@
/// corresponding VEX encoding which is usually shorter by 2 bytes.
/// EVEX instructions may be encoded via the VEX prefix when the AVX-512
/// instruction has a corresponding AVX/AVX2 opcode and when it does not
-/// use the xmm or the mask registers or xmm/ymm registers wuith indexes
+/// use the xmm or the mask registers or xmm/ymm registers with indexes
/// higher than 15.
/// The pass applies code reduction on the generated code for AVX-512 instrs.
//
OpenPOWER on IntegriCloud