From ee8100d70a81c154487cb715925c1adf46f7653e Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 23 May 2012 15:19:39 +0000 Subject: revert r156383: removal of TYPE_CODE_FUNCTION_OLD Apparently LLVM only stopped emitting this after LLVM 3.0 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157325 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Bitcode/LLVMBitCodes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/llvm/Bitcode') diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/include/llvm/Bitcode/LLVMBitCodes.h index 56090ead8b..a8c34cb829 100644 --- a/include/llvm/Bitcode/LLVMBitCodes.h +++ b/include/llvm/Bitcode/LLVMBitCodes.h @@ -90,6 +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_HALF = 10, // HALF -- cgit v1.2.3