[PATCH] D17977: Fix some typos; NFC
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 18 07:13:50 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263786: Fix some typos; NFC (authored by kparzysz).
Changed prior to commit:
http://reviews.llvm.org/D17977?vs=50094&id=51021#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17977
Files:
llvm/trunk/include/llvm/CodeGen/ValueTypes.td
Index: llvm/trunk/include/llvm/CodeGen/ValueTypes.td
===================================================================
--- llvm/trunk/include/llvm/CodeGen/ValueTypes.td
+++ llvm/trunk/include/llvm/CodeGen/ValueTypes.td
@@ -39,8 +39,8 @@
def v16i1 : ValueType<16, 16>; // 16 x i1 vector value
def v32i1 : ValueType<32 , 17>; // 32 x i1 vector value
def v64i1 : ValueType<64 , 18>; // 64 x i1 vector value
-def v512i1 : ValueType<512, 19>; // 512 x i8 vector value
-def v1024i1: ValueType<1024,20>; //1024 x i8 vector value
+def v512i1 : ValueType<512, 19>; // 512 x i1 vector value
+def v1024i1: ValueType<1024,20>; //1024 x i1 vector value
def v1i8 : ValueType<16, 21>; // 1 x i8 vector value
def v2i8 : ValueType<16 , 22>; // 2 x i8 vector value
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17977.51021.patch
Type: text/x-patch
Size: 790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160318/0a6b8211/attachment.bin>
More information about the llvm-commits
mailing list