From b43da93f7575e2ea5e614db151b9f1e522ed0ba1 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Fri, 9 Jun 2017 13:30:58 +0000 Subject: [PATCH] [Hexagon] Add LLVM header to HexagonPatterns.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305074 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Hexagon/HexagonPatterns.td | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/Target/Hexagon/HexagonPatterns.td b/lib/Target/Hexagon/HexagonPatterns.td index 70ed123bc89..5587a7a6952 100644 --- a/lib/Target/Hexagon/HexagonPatterns.td +++ b/lib/Target/Hexagon/HexagonPatterns.td @@ -1,3 +1,12 @@ +//==- HexagonPatterns.td - Target Description for Hexagon -*- tablegen -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + // Pattern fragment that combines the value type and the register class // into a single parameter. -- 2.50.1