[X86] Fix typo in comment. NFC

llvm-svn: 315969
This commit is contained in:
Craig Topper 2017-10-17 04:17:54 +00:00
parent 4e319ca894
commit fbb1985c14
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//