summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/TargetInfo
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/TargetInfo
parent51f6ba0998cf5f9c9389e63fba0b58882a4ed0c5 (diff)
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/TargetInfo')
-rw-r--r--lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp b/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
index 5dbdc57d0e6..b8099cb26b0 100644
--- a/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
+++ b/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
@@ -6,6 +6,10 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
+//
+// This file contains the key registration step for the architecture.
+//
+//===----------------------------------------------------------------------===//
#include "AArch64.h"
#include "llvm/IR/Module.h"