This file is no longer used.
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 17 Aug 2004 20:23:33 +0000 (20:23 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 17 Aug 2004 20:23:33 +0000 (20:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15893 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PowerPC.td [deleted file]

diff --git a/lib/Target/PowerPC/PowerPC.td b/lib/Target/PowerPC/PowerPC.td
deleted file mode 100644 (file)
index 748f1c9..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-//===- PowerPC.td - Describe the PowerPC Target Machine ----*- tablegen -*-===//
-// 
-//                     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.
-// 
-//===----------------------------------------------------------------------===//
-//
-//
-//===----------------------------------------------------------------------===//
-
-// Get the target-independent interfaces which we are implementing...
-//
-include "../Target.td"
-
-//===----------------------------------------------------------------------===//
-// Register File Description
-//===----------------------------------------------------------------------===//
-
-include "PowerPCRegisterInfo.td"
-include "PowerPCInstrInfo.td"
-
-def PowerPCInstrInfo : InstrInfo {
-  let PHIInst  = PHI;
-
-  let TSFlagsFields = ["ArgCount", "Arg0Type", "Arg1Type", "Arg2Type", 
-                       "Arg3Type", "Arg4Type", "VMX", "PPC64"];
-  let TSFlagsShifts = [ 0, 3, 8, 13, 18, 23, 28, 29 ];
-}