| Index: include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h
|
| diff --git a/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h b/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h
|
| index 502615644d93eadfb7bac3f978f213b006c1e93b..38b69f56018f44ebf4a01d1ea95326034f2b8a78 100644
|
| --- a/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h
|
| +++ b/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h
|
| @@ -97,7 +97,7 @@ namespace naclbitc {
|
| TYPE_CODE_HALF = 10, // Not used in PNaCl.
|
|
|
| TYPE_CODE_ARRAY = 11, // Not used in PNaCl.
|
| - TYPE_CODE_VECTOR = 12, // Not used in PNaCl.
|
| + TYPE_CODE_VECTOR = 12, // VECTOR: [numelts, eltty]
|
|
|
| // These are not with the other floating point types because they're
|
| // a late addition, and putting them in the right place breaks
|
|
|