[Hexagon] Fix license headers in some .td files, NFC

This commit is contained in:
Krzysztof Parzyszek 2020-10-15 09:59:35 -05:00
parent 95fb3542e8
commit 97533b10b2
3 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//=- HexagonIntrinsicsV60.td - Target Description for Hexagon -*- tablegen *-=// //===- HexagonIntrinsicsV60.td - V60 instruction intrinsics -*- tablegen *-===//
// //
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information. // See https://llvm.org/LICENSE.txt for license information.

View File

@ -1,4 +1,4 @@
//==- HexagonPatterns.td - Target Description for Hexagon -*- tablegen -*-===// //===- HexagonPatterns.td - Selection Patterns for Hexagon -*- tablegen -*-===//
// //
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information. // See https://llvm.org/LICENSE.txt for license information.

View File

@ -1,3 +1,12 @@
//===- HexagonPatternsHVX.td - Selection Patterns for HVX --*- tablegen -*-===//
//
// 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
//
//===----------------------------------------------------------------------===//
def SDTVecUnaryOp: def SDTVecUnaryOp:
SDTypeProfile<1, 1, [SDTCisVec<0>, SDTCisVec<1>]>; SDTypeProfile<1, 1, [SDTCisVec<0>, SDTCisVec<1>]>;