[cfe-commits] r154928 - /cfe/trunk/include/clang/Basic/BuiltinsHexagon.def

Sirish Pande spande at codeaurora.org
Tue Apr 17 09:39:11 PDT 2012


Author: sirish
Date: Tue Apr 17 11:39:11 2012
New Revision: 154928

URL: http://llvm.org/viewvc/llvm-project?rev=154928&view=rev
Log:
Fix to avoid warning. Also add header, and lincense information.

Modified:
    cfe/trunk/include/clang/Basic/BuiltinsHexagon.def

Modified: cfe/trunk/include/clang/Basic/BuiltinsHexagon.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/BuiltinsHexagon.def?rev=154928&r1=154927&r2=154928&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/BuiltinsHexagon.def (original)
+++ cfe/trunk/include/clang/Basic/BuiltinsHexagon.def Tue Apr 17 11:39:11 2012
@@ -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.





More information about the cfe-commits mailing list