diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-06-09 13:30:58 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-06-09 13:30:58 +0000 |
commit | 7881415510ea94ee15b3c41a0bda389b9dd67310 (patch) | |
tree | 709a075dcf28907285b92fedd224ce0f53eedf13 | |
parent | adaba7aeaa1e2141aca7f3bef50d7531ce2455e2 (diff) | |
download | bcm5719-llvm-7881415510ea94ee15b3c41a0bda389b9dd67310.tar.gz bcm5719-llvm-7881415510ea94ee15b3c41a0bda389b9dd67310.zip |
[Hexagon] Add LLVM header to HexagonPatterns.td
llvm-svn: 305074
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonPatterns.td | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonPatterns.td b/llvm/lib/Target/Hexagon/HexagonPatterns.td index 70ed123bc89..5587a7a6952 100644 --- a/llvm/lib/Target/Hexagon/HexagonPatterns.td +++ b/llvm/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. |