From 5d56769fb6fd64c13f45afe9cd1969b619aea410 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Mon, 24 May 2010 17:42:58 +0000 Subject: SubRegIndex'ize Mips llvm-svn: 104514 --- llvm/lib/Target/Mips/MipsRegisterInfo.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'llvm/lib/Target/Mips/MipsRegisterInfo.h') diff --git a/llvm/lib/Target/Mips/MipsRegisterInfo.h b/llvm/lib/Target/Mips/MipsRegisterInfo.h index 9fd044cb8b7..bc857b85cab 100644 --- a/llvm/lib/Target/Mips/MipsRegisterInfo.h +++ b/llvm/lib/Target/Mips/MipsRegisterInfo.h @@ -23,15 +23,6 @@ class MipsSubtarget; class TargetInstrInfo; class Type; -namespace Mips { - /// SubregIndex - The index of various sized subregister classes. Note that - /// these indices must be kept in sync with the class indices in the - /// MipsRegisterInfo.td file. - enum SubregIndex { - SUBREG_FPEVEN = 1, SUBREG_FPODD = 2 - }; -} - struct MipsRegisterInfo : public MipsGenRegisterInfo { const MipsSubtarget &Subtarget; const TargetInstrInfo &TII; -- cgit v1.2.3