diff options
| author | Craig Topper <craig.topper@intel.com> | 2017-09-12 01:30:09 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@intel.com> | 2017-09-12 01:30:09 +0000 |
| commit | fd6be2868eb3ff7cdbe65633b212c8ad4875cd0a (patch) | |
| tree | 9b1af202077d4f339c4aaac57a84e2032ed34c40 | |
| parent | e63da24f5742a39bd632c0f703b9fef4cd6bcc2f (diff) | |
| download | bcm5719-llvm-fd6be2868eb3ff7cdbe65633b212c8ad4875cd0a.tar.gz bcm5719-llvm-fd6be2868eb3ff7cdbe65633b212c8ad4875cd0a.zip | |
[X86] Fix typo in comment. NFC
llvm-svn: 312990
| -rw-r--r-- | llvm/lib/Target/X86/X86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86.h b/llvm/lib/Target/X86/X86.h index 91201d1fec8..024a26efa99 100644 --- a/llvm/lib/Target/X86/X86.h +++ b/llvm/lib/Target/X86/X86.h @@ -94,7 +94,7 @@ FunctionPass *createX86FixupBWInsts(); void initializeFixupBWInstPassPass(PassRegistry &); -/// This pass replaces EVEX ecnoded of AVX-512 instructiosn by VEX +/// This pass replaces EVEX encoded of AVX-512 instructiosn by VEX /// encoding when possible in order to reduce code size. FunctionPass *createX86EvexToVexInsts(); |

