Skip to content

Commit a29b2f7

Browse files
committed
Remove enum
1 parent b7eb57e commit a29b2f7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

llvm/lib/Target/Mips/MipsRegisterInfo.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ class MipsRegisterInfo : public MipsGenRegisterInfo {
2929
const bool ArePtrs64bit;
3030

3131
public:
32-
enum class MipsPtrClass {
33-
/// The default register class for integer values.
34-
Default = 0,
35-
/// The subset of registers permitted in certain microMIPS instructions
36-
/// such as lw16.
37-
GPR16MM = 1,
38-
/// The stack pointer only.
39-
StackPointer = 2,
40-
/// The global pointer only.
41-
GlobalPointer = 3,
42-
};
43-
4432
explicit MipsRegisterInfo(const MipsSubtarget &STI);
4533

4634
/// Get PIC indirect call register

0 commit comments

Comments
 (0)