From 03c556b025e615f35b967a50508b3b3a731dfaad Mon Sep 17 00:00:00 2001 From: qiaojbao Date: Fri, 24 Jan 2025 15:02:46 +0800 Subject: [PATCH] Don't edit these two files. --- .../TableGen/SequenceToOffsetTable.h | 18 ------------------ lib/TableGen/Format.cpp | 18 ------------------ 2 files changed, 36 deletions(-) diff --git a/include/llvm-dialects/TableGen/SequenceToOffsetTable.h b/include/llvm-dialects/TableGen/SequenceToOffsetTable.h index e3e8dff..ca9e689 100644 --- a/include/llvm-dialects/TableGen/SequenceToOffsetTable.h +++ b/include/llvm-dialects/TableGen/SequenceToOffsetTable.h @@ -1,21 +1,3 @@ -/* - *********************************************************************************************************************** - * Copyright (c) 2024 Advanced Micro Devices, Inc. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - *********************************************************************************************************************** - */ - //===-- SequenceToOffsetTable.h - Compress similar sequences ----*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. diff --git a/lib/TableGen/Format.cpp b/lib/TableGen/Format.cpp index 28a6e39..d911618 100644 --- a/lib/TableGen/Format.cpp +++ b/lib/TableGen/Format.cpp @@ -1,21 +1,3 @@ -/* - *********************************************************************************************************************** - * Copyright (c) 2024 Advanced Micro Devices, Inc. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - *********************************************************************************************************************** - */ - //===- Format.cpp - Utilities for String Format ---------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.