mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
don't make insanely large node numbers for no reason,
packing somewhat densely is better than not. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
020bb08026
commit
5ac03f1786
@ -609,7 +609,7 @@ namespace ISD {
|
||||
/// which do not reference a specific memory location should be less than
|
||||
/// this value. Those that do must not be less than this value, and can
|
||||
/// be used with SelectionDAG::getMemIntrinsicNode.
|
||||
static const int FIRST_TARGET_MEMORY_OPCODE = 1 << 14;
|
||||
static const int FIRST_TARGET_MEMORY_OPCODE = BUILTIN_OP_END+80;
|
||||
|
||||
/// Node predicates
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user