summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64InstrInfo.td
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-02-14 16:17:01 +0000
committerTim Northover <Tim.Northover@arm.com>2013-02-14 16:17:01 +0000
commit5bd6cb2dabf3fea9cb9fa0b275fbc7ceb85ba970 (patch)
tree34649c47957f65b13acc0b3786181db0f8c49580 /lib/Target/AArch64/AArch64InstrInfo.td
parent51f6ba0998cf5f9c9389e63fba0b58882a4ed0c5 (diff)
downloadllvm-5bd6cb2dabf3fea9cb9fa0b275fbc7ceb85ba970.tar.gz
llvm-5bd6cb2dabf3fea9cb9fa0b275fbc7ceb85ba970.tar.bz2
llvm-5bd6cb2dabf3fea9cb9fa0b275fbc7ceb85ba970.tar.xz
AArch64: add block comments where missing
Only comments affected. No code change at all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175169 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64/AArch64InstrInfo.td')
-rw-r--r--lib/Target/AArch64/AArch64InstrInfo.td13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Target/AArch64/AArch64InstrInfo.td b/lib/Target/AArch64/AArch64InstrInfo.td
index adcab89e72..d514364e1b 100644
--- a/lib/Target/AArch64/AArch64InstrInfo.td
+++ b/lib/Target/AArch64/AArch64InstrInfo.td
@@ -1,3 +1,16 @@
+//===----- AArch64InstrInfo.td - AArch64 Instruction Info ----*- tablegen -*-=//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file describes the AArch64 scalar instructions in TableGen format.
+//
+//===----------------------------------------------------------------------===//
+
include "AArch64InstrFormats.td"
//===----------------------------------------------------------------------===//