summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPC.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-16 07:14:34 +0000
committerChris Lattner <sabre@nondot.org>2004-07-16 07:14:34 +0000
commit2453818b8ae937d325b7efcb4d2da900333bbf92 (patch)
tree4560b796808beddf743c0bdc5b75e3d653cfd9f3 /llvm/lib/Target/PowerPC/PowerPC.h
parentf1b8afb3b426392ca683f35eb7b34eef4a4c3268 (diff)
downloadbcm5719-llvm-2453818b8ae937d325b7efcb4d2da900333bbf92.tar.gz
bcm5719-llvm-2453818b8ae937d325b7efcb4d2da900333bbf92.zip
The powerpc is now gone. However it is now just known as the Skeleton target.
llvm-svn: 14877
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPC.h')
-rw-r--r--llvm/lib/Target/PowerPC/PowerPC.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPC.h b/llvm/lib/Target/PowerPC/PowerPC.h
deleted file mode 100644
index 0142dad12b9..00000000000
--- a/llvm/lib/Target/PowerPC/PowerPC.h
+++ /dev/null
@@ -1,42 +0,0 @@
-//===-- PowerPC.h - Top-level interface for PowerPC representation -*- 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 back-end.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef TARGET_POWERPC_H
-#define TARGET_POWERPC_H
-
-#include <iosfwd>
-
-namespace llvm {
-
-class FunctionPass;
-class TargetMachine;
-
-// Here is where you would define factory methods for powerpc-specific
-// passes. For example:
-// FunctionPass *createPowerPCSimpleInstructionSelector (TargetMachine &TM);
-// FunctionPass *createPowerPCCodePrinterPass(std::ostream &OS,
-// TargetMachine &TM);
-
-} // end namespace llvm;
-
-// Defines symbolic names for PowerPC registers. This defines a mapping from
-// register name to register number.
-//
-#include "PowerPCGenRegisterNames.inc"
-
-// Defines symbolic names for the PowerPC instructions.
-//
-#include "PowerPCGenInstrNames.inc"
-
-#endif
OpenPOWER on IntegriCloud