From 1dd99d5b01763e292c6d9f7061a53b7406bf514c Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 12 Sep 2017 01:30:09 +0000 Subject: [PATCH] [X86] Fix typo in comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312990 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86.h b/lib/Target/X86/X86.h index 91201d1fec8..024a26efa99 100644 --- a/lib/Target/X86/X86.h +++ b/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(); -- 2.50.1