aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC64.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2004-08-11 07:40:04 +0000
committerNate Begeman <natebegeman@mac.com>2004-08-11 07:40:04 +0000
commit7a4fe9be7ee67dafa8d172d16bc6799e599ad495 (patch)
tree3ba0c88d4cc00fe12ee71d4b57d64d917957e774 /lib/Target/PowerPC/PPC64.h
parent74a806cd3dc7ba2d64705b91b40616ca53925924 (diff)
Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm printer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15662 91177308-0d34-0410-b5e6-96231b3b80d8
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