aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/LLVMBitCodes.h
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-12-08 00:38:45 +0000
committerChad Rosier <mcrosier@apple.com>2011-12-08 00:38:45 +0000
commit667f826622e36b8de34a9ba5e7c4718780b39247 (patch)
treeeebdd487051167829fb83354e9beab8da263678b /include/llvm/Bitcode/LLVMBitCodes.h
parent3bc8a3d3afe3ddda884a681002e24850099b719e (diff)
downloadexternal_llvm-667f826622e36b8de34a9ba5e7c4718780b39247.zip
external_llvm-667f826622e36b8de34a9ba5e7c4718780b39247.tar.gz
external_llvm-667f826622e36b8de34a9ba5e7c4718780b39247.tar.bz2
Fix 80-column.
Simplify code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bitcode/LLVMBitCodes.h')
-rw-r--r--include/llvm/Bitcode/LLVMBitCodes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/include/llvm/Bitcode/LLVMBitCodes.h
index ed3187a..48d1695 100644
--- a/include/llvm/Bitcode/LLVMBitCodes.h
+++ b/include/llvm/Bitcode/LLVMBitCodes.h
@@ -90,7 +90,9 @@ namespace bitc {
TYPE_CODE_OPAQUE = 6, // OPAQUE
TYPE_CODE_INTEGER = 7, // INTEGER: [width]
TYPE_CODE_POINTER = 8, // POINTER: [pointee type]
- TYPE_CODE_FUNCTION_OLD = 9, // FUNCTION: [vararg, attrid, retty, paramty x N]
+
+ TYPE_CODE_FUNCTION_OLD = 9, // FUNCTION: [vararg, attrid, retty,
+ // paramty x N]
// Code #10 is unused.