[llvm] r312990 - [X86] Fix typo in comment. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 18:30:09 PDT 2017


Author: ctopper
Date: Mon Sep 11 18:30:09 2017
New Revision: 312990

URL: http://llvm.org/viewvc/llvm-project?rev=312990&view=rev
Log:
[X86] Fix typo in comment. NFC

Modified:
    llvm/trunk/lib/Target/X86/X86.h

Modified: llvm/trunk/lib/Target/X86/X86.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86.h?rev=312990&r1=312989&r2=312990&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86.h (original)
+++ llvm/trunk/lib/Target/X86/X86.h Mon Sep 11 18:30:09 2017
@@ -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();
 




More information about the llvm-commits mailing list