[llvm] 70b481e - [RISCV] Add missing copyright header to RISCVBaseInfo.cpp. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 11:35:14 PST 2020


Author: Craig Topper
Date: 2020-11-10T11:33:08-08:00
New Revision: 70b481e8db2cc475971d962a61154cc3bef0db0f

URL: https://github.com/llvm/llvm-project/commit/70b481e8db2cc475971d962a61154cc3bef0db0f
DIFF: https://github.com/llvm/llvm-project/commit/70b481e8db2cc475971d962a61154cc3bef0db0f.diff

LOG: [RISCV] Add missing copyright header to RISCVBaseInfo.cpp. NFC

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp b/llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp
index 8c3f069d471e..89a975d705ff 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"


        


More information about the llvm-commits mailing list