don't make insanely large node numbers for no reason,
authorChris Lattner <sabre@nondot.org>
Mon, 15 Feb 2010 06:39:31 +0000 (06:39 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Feb 2010 06:39:31 +0000 (06:39 +0000)
packing somewhat densely is better than not.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96213 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index 45a9d407197e0f4e77876363638a99f2ea709917..c8523d81cc745632d4d6ddd64bfc9b0281a6e472 100644 (file)
@@ -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