From 5bd6cb2dabf3fea9cb9fa0b275fbc7ceb85ba970 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Thu, 14 Feb 2013 16:17:01 +0000 Subject: 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 --- lib/Target/AArch64/AArch64InstrFormats.td | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/Target/AArch64/AArch64InstrFormats.td') 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. -- cgit v1.2.3