summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-03-23 22:42:04 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-03-23 22:42:04 -0400
commitfdf13cc8a128d5e1a021f4b53991e8b79e34dd8c (patch)
tree29845ac834a5f834ee18c59a7d3abf4e3ce9c2bc
parente090f3ae1bc5195b060937e73ad65a46b37692dc (diff)
Remove AMDILLLVMVersion.h
-rw-r--r--lib/Target/AMDIL/AMDIL.h1
-rw-r--r--lib/Target/AMDIL/AMDILAsmPrinter.h1
-rw-r--r--lib/Target/AMDIL/AMDILLLVMVersion.h58
-rw-r--r--lib/Target/AMDIL/AMDILUtilityFunctions.h1
4 files changed, 0 insertions, 61 deletions
diff --git a/lib/Target/AMDIL/AMDIL.h b/lib/Target/AMDIL/AMDIL.h
index 4f50c20358e..31dac5e58d3 100644
--- a/lib/Target/AMDIL/AMDIL.h
+++ b/lib/Target/AMDIL/AMDIL.h
@@ -56,7 +56,6 @@
#ifndef AMDIL_H_
#define AMDIL_H_
-#include "AMDILLLVMVersion.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
diff --git a/lib/Target/AMDIL/AMDILAsmPrinter.h b/lib/Target/AMDIL/AMDILAsmPrinter.h
index 9fd23c322a2..ff385b8c3ba 100644
--- a/lib/Target/AMDIL/AMDILAsmPrinter.h
+++ b/lib/Target/AMDIL/AMDILAsmPrinter.h
@@ -54,7 +54,6 @@
#ifndef _AMDIL_ASM_PRINTER_H_
#define _AMDIL_ASM_PRINTER_H_
#include "AMDIL.h"
-#include "AMDILLLVMVersion.h"
#include "macrodata.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/CodeGen/AsmPrinter.h"
diff --git a/lib/Target/AMDIL/AMDILLLVMVersion.h b/lib/Target/AMDIL/AMDILLLVMVersion.h
deleted file mode 100644
index d1431566148..00000000000
--- a/lib/Target/AMDIL/AMDILLLVMVersion.h
+++ /dev/null
@@ -1,58 +0,0 @@
-//===-- AMDILLLVMVersion.h - TODO: Add brief description -------===//
-//
-// The LLVM Compiler Infrastructure
-//
-//===--- Macros that deal with the different versions of LLVM ---===//
-// Copyright (c) 2011, Advanced Micro Devices, Inc.
-// All rights reserved.
-//
-// Redistribution and use in source and binary forms, with or without
-// modification, are permitted provided that the following conditions are met:
-//
-// Redistributions of source code must retain the above copyright notice, this
-// list of conditions and the following disclaimer.
-//
-// Redistributions in binary form must reproduce the above copyright notice,
-// this list of conditions and the following disclaimer in the documentation
-// and/or other materials provided with the distribution.
-//
-// Neither the name of the copyright holder nor the names of its contributors
-// may be used to endorse or promote products derived from this software
-// without specific prior written permission.
-//
-// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
-// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-// POSSIBILITY OF SUCH DAMAGE.
-// If you use the software (in whole or in part), you shall adhere to all
-// applicable U.S., European, and other export laws, including but not limited
-// to the U.S. Export Administration Regulations (“EAR”), (15 C.F.R. Sections
-// 730 through 774), and E.U. Council Regulation (EC) No 1334/2000 of 22 June
-// 2000. Further, pursuant to Section 740.6 of the EAR, you hereby certify
-// that, except pursuant to a license granted by the United States Department
-// of Commerce Bureau of Industry and Security or as otherwise permitted
-// pursuant to a License Exception under the U.S. Export Administration
-// Regulations ("EAR"), you will not (1) export, re-export or release to a
-// national of a country in Country Groups D:1, E:1 or E:2 any restricted
-// technology, software, or source code you receive hereunder, or (2) export to
-// Country Groups D:1, E:1 or E:2 the direct product of such technology or
-// software, if such foreign produced direct product is subject to national
-// security controls as identified on the Commerce Control List (currently
-// found in Supplement 1 to Part 774 of EAR). For the most current Country
-// Group listings, or for additional information about the EAR or your
-// obligations under those regulations, please refer to the U.S. Bureau of
-// Industry and Security’s website at http://www.bis.doc.gov/.
-//
-//==-----------------------------------------------------------------------===//
-#ifndef _AMDIL_LLVM_VERSION_H_
-#define _AMDIL_LLVM_VERSION_H_
-
-
-#endif // _AMDIL_LLVM_VERSION_H_
diff --git a/lib/Target/AMDIL/AMDILUtilityFunctions.h b/lib/Target/AMDIL/AMDILUtilityFunctions.h
index d9265c57c55..b5f831989b9 100644
--- a/lib/Target/AMDIL/AMDILUtilityFunctions.h
+++ b/lib/Target/AMDIL/AMDILUtilityFunctions.h
@@ -56,7 +56,6 @@
#define AMDILUTILITYFUNCTIONS_H_
#include "AMDIL.h"
-#include "AMDILLLVMVersion.h"
#include "AMDILTargetMachine.h"
#include "llvm/ADT/SmallVector.h"