summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64InstrFormats.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/AArch64InstrFormats.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/AArch64InstrFormats.td')
-rw-r--r--lib/Target/AArch64/AArch64InstrFormats.td7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/Target/AArch64/AArch64InstrFormats.td b/lib/Target/AArch64/AArch64InstrFormats.td
index c6aa265638..8cb770ea7f 100644
--- a/lib/Target/AArch64/AArch64InstrFormats.td
+++ b/lib/Target/AArch64/AArch64InstrFormats.td
@@ -6,11 +6,14 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
+// This file describes AArch64 instruction formats, down to the level of the
+// instruction's overall class.
+// ===----------------------------------------------------------------------===//
+
//===----------------------------------------------------------------------===//
-//
// A64 Instruction Format Definitions.
-//
+//===----------------------------------------------------------------------===//
// A64 is currently the only instruction set supported by the AArch64
// architecture.