aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC64.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PowerPC/PPC64.h')
-rw-r--r--lib/Target/PowerPC/PPC64.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/Target/PowerPC/PPC64.h b/lib/Target/PowerPC/PPC64.h
deleted file mode 100644
index 2cfcb5d3ea..0000000000
--- a/lib/Target/PowerPC/PPC64.h
+++ /dev/null
@@ -1,20 +0,0 @@
-//===-- PPC64.h - Top-level interface for AIX/PowerPC -------------*- C++ -*-//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file contains the entry points for global functions defined in the LLVM
-// PowerPC 64-bit back-end.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef TARGET_POWERPC_AIX_H
-#define TARGET_POWERPC_AIX_H
-
-#include "PowerPC.h"
-
-#endif