Mercurial > hg > CbC > CbC_llvm
changeset 175:f03c953ab258
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 13:05:51 +0900 |
parents | f935e5e0dbe7 |
children | de4ac79aef9d |
files | llvm/include/llvm/IR/Type.h |
diffstat | 1 files changed, 14 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/llvm/include/llvm/IR/Type.h Mon May 25 12:28:41 2020 +0900 +++ b/llvm/include/llvm/IR/Type.h Mon May 25 13:05:51 2020 +0900 @@ -1,13 +1,16 @@ -//===- llvm/Type.h - Classes for handling data types ------------*- C++ -*-===/2 -// // Part of the LLVM Project, under the Apache License v2. -0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt -for license information. // SPDX-License-Identifier: Apache- -2.0 WITH LLVM-exception // //===--------------------------- --------------------------------------------===// // // This -file contains the declaration of the Type class. For more " -Type" // stuff, look in DerivedTypes.h. // //===----------- ------------------------------------------------------------ -===// +//===- llvm/Type.h - Classes for handling data types ------------*- C++ -*-===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// +// +// This file contains the declaration of the Type class. For more "Type" +// stuff, look in DerivedTypes.h. +// +//===----------------------------------------------------------------------===// + #ifndef LLVM_IR_TYPE_H #define LLVM_IR_TYPE_H @@ -67,7 +70,7 @@ // Derived types... see DerivedTypes.h file. #ifndef noCbC - ,__CodeTyID ///< 17: CbC Code Segment type + __CodeTyID, ///< CbC Code Gear type #endif IntegerTyID, ///< Arbitrary bit width integers FunctionTyID, ///< Functions