Skip to content

Commit f7e8369

Browse files
author
git apple-llvm automerger
committed
Merge commit '78f7aae89570' from llvm.org/main into next
2 parents 1a85a24 + 78f7aae commit f7e8369

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)