# HG changeset patch # User Shinji KONO # Date 1590379551 -32400 # Node ID f03c953ab2585f36dba298d67172bb465cfd0119 # Parent f935e5e0dbe73115aeddcdc779531fa9ea64a5ec ... diff -r f935e5e0dbe7 -r f03c953ab258 llvm/include/llvm/IR/Type.h --- 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