From 70b481e8db2cc475971d962a61154cc3bef0db0f Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 10 Nov 2020 11:32:52 -0800 Subject: [PATCH] [RISCV] Add missing copyright header to RISCVBaseInfo.cpp. NFC --- llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp b/llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp index 8c3f069..89a975d 100644 --- a/llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp +++ b/llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp @@ -1,3 +1,16 @@ +//===-- RISCVBaseInfo.cpp - Top level definitions for RISCV MC ------------===// +// +// 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 small standalone enum definitions for the RISCV target +// useful for the compiler back-end and the MC libraries. +// +//===----------------------------------------------------------------------===// + #include "RISCVBaseInfo.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/Triple.h" -- 2.7.4