Fix to avoid warning. Also add header, and lincense information.

llvm-svn: 154928
This commit is contained in:
Sirish Pande 2012-04-17 16:39:11 +00:00
parent 654e23ebd7
commit e7e4fdc969
1 changed files with 16 additions and 0 deletions

View File

@ -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.