summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-09-12 01:30:09 +0000
committerCraig Topper <craig.topper@intel.com>2017-09-12 01:30:09 +0000
commitfd6be2868eb3ff7cdbe65633b212c8ad4875cd0a (patch)
tree9b1af202077d4f339c4aaac57a84e2032ed34c40
parente63da24f5742a39bd632c0f703b9fef4cd6bcc2f (diff)
downloadbcm5719-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.h2
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();
OpenPOWER on IntegriCloud