Skip to content

Commit 78f7aae

Browse files
authored
[VirtRegMap] Remove unused MAX_STACK_SLOT. NFC (llvm#108781)
I think this has been unuesd since 92255f2 in 2011.
1 parent 8663a75 commit 78f7aae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/CodeGen/VirtRegMap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class TargetInstrInfo;
3434
public:
3535
enum {
3636
NO_STACK_SLOT = (1L << 30)-1,
37-
MAX_STACK_SLOT = (1L << 18)-1
3837
};
3938

4039
private:

0 commit comments

Comments
 (0)