comparison lib/IR/LLVMContextImpl.cpp @ 17:5e1f5bc27634

remove codeFlag for llvm type and add __CodeTy
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sat, 05 Oct 2013 22:04:18 +0900
parents 9ad51c7bc036
children 67baa08a3894
comparison
equal deleted inserted replaced
16:d405342cecb1 17:5e1f5bc27634
28 MetadataTy(C, Type::MetadataTyID), 28 MetadataTy(C, Type::MetadataTyID),
29 X86_FP80Ty(C, Type::X86_FP80TyID), 29 X86_FP80Ty(C, Type::X86_FP80TyID),
30 FP128Ty(C, Type::FP128TyID), 30 FP128Ty(C, Type::FP128TyID),
31 PPC_FP128Ty(C, Type::PPC_FP128TyID), 31 PPC_FP128Ty(C, Type::PPC_FP128TyID),
32 X86_MMXTy(C, Type::X86_MMXTyID), 32 X86_MMXTy(C, Type::X86_MMXTyID),
33 #ifndef noCbC
34 __CodeTy(C, Type::__CodeTyID),
35 #endif
33 Int1Ty(C, 1), 36 Int1Ty(C, 1),
34 Int8Ty(C, 8), 37 Int8Ty(C, 8),
35 Int16Ty(C, 16), 38 Int16Ty(C, 16),
36 Int32Ty(C, 32), 39 Int32Ty(C, 32),
37 Int64Ty(C, 64) { 40 Int64Ty(C, 64) {