summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSirish Pande <spande@codeaurora.org>2012-04-17 16:39:11 +0000
committerSirish Pande <spande@codeaurora.org>2012-04-17 16:39:11 +0000
commit82a9478fcb06ac0d4d2241c05efee91d0eeda580 (patch)
tree01b36a77a502f93f3399acb66df10e96b3ff43d3
parentb2d899e9ae8a48c4057a48664213948934b877fa (diff)
Fix to avoid warning. Also add header, and lincense information.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154928 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/BuiltinsHexagon.def16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/clang/Basic/BuiltinsHexagon.def b/include/clang/Basic/BuiltinsHexagon.def
index c57f9b989a..ffe03ec613 100644
--- a/include/clang/Basic/BuiltinsHexagon.def
+++ b/include/clang/Basic/BuiltinsHexagon.def
@@ -1,3 +1,19 @@
+//===-- BuiltinsHexagon.def - Hexagon Builtin function database --*- C++ -*-==//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file defines the Hexagon-specific builtin function database. Users of
+// this file must define the BUILTIN macro to make use of this information.
+//
+//===----------------------------------------------------------------------===//
+
+// The format of this database matches clang/Basic/Builtins.def.
+
// This one below is not generated from the autogenerated iset.py.
// So make sure you donot overwrite this one.