Skip to content

Commit

Permalink
[RISCV] Add missing copyright header to RISCVBaseInfo.cpp. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
topperc committed Nov 10, 2020
1 parent e73296d commit 70b481e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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"
Expand Down

0 comments on commit 70b481e

Please sign in to comment.