From: Krzysztof Parzyszek Date: Fri, 9 Jun 2017 13:30:58 +0000 (+0000) Subject: [Hexagon] Add LLVM header to HexagonPatterns.td X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b43da93f7575e2ea5e614db151b9f1e522ed0ba1;p=llvm [Hexagon] Add LLVM header to HexagonPatterns.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305074 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.