aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsInstrInfo.h
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-08-27 19:57:56 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-08-27 19:57:56 +0000
commit0c80be59c7ccbd844b5dee71b038090052cac07b (patch)
tree4408ee3c00bc3bcca2fa1d4202f0b5e37c02e18c /lib/Target/Mips/MipsInstrInfo.h
parentdcace5c6209bdcb66d6b030b461b07a15ee569c9 (diff)
downloadexternal_llvm-0c80be59c7ccbd844b5dee71b038090052cac07b.zip
external_llvm-0c80be59c7ccbd844b5dee71b038090052cac07b.tar.gz
external_llvm-0c80be59c7ccbd844b5dee71b038090052cac07b.tar.bz2
Revert 80278 for now, it caused a lot of MIPS tests to fail
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrInfo.h')
-rw-r--r--lib/Target/Mips/MipsInstrInfo.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/lib/Target/Mips/MipsInstrInfo.h b/lib/Target/Mips/MipsInstrInfo.h
index 2f273eb..ebb9f8a 100644
--- a/lib/Target/Mips/MipsInstrInfo.h
+++ b/lib/Target/Mips/MipsInstrInfo.h
@@ -130,38 +130,6 @@ namespace Mips {
}
}
-/// MipsII - This namespace holds all of the target specific flags that
-/// instruction info tracks.
-///
-namespace MipsII {
- /// Target Operand Flag enum.
- enum TOF {
- //===------------------------------------------------------------------===//
- // Mips Specific MachineOperand flags.
-
- MO_NO_FLAG = 0,
-
- /// MO_GOT - Represents the offset into the global offset table at which
- /// the address the relocation entry symbol resides during execution.
- MO_GOT = 1,
-
- /// MO_GOT_CALL - Represents the offset into the global offset table at
- /// which the address of a call site relocation entry symbol resides
- /// during execution. This is different from the above since this flag
- /// can only be present in call instructions.
- MO_GOT_CALL = 2,
-
- /// MO_GPREL - Represents the offset from the current gp value to be used
- /// for the relocatable object file being produced.
- MO_GPREL = 3,
-
- /// MO_ABS_HILO - Represents the hi or low part of an absolute symbol
- /// address.
- MO_ABS_HILO = 4
-
- };
-}
-
class MipsInstrInfo : public TargetInstrInfoImpl {
MipsTargetMachine &TM;
const MipsRegisterInfo RI;