diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-27 00:29:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-27 00:29:41 +0000 |
commit | f2ddf15dc7232487cbea9061eab92145165421ba (patch) | |
tree | e769493b49114d1699e127b80c6b92ce519c3d68 /include/llvm/CodeGen/SelectionDAGNodes.h | |
parent | 9ab042701528bc104053f93135ef7fd1bbb1153b (diff) |
bump FIRST_TARGET_MEMORY_OPCODE back up, there is no reason to make it a tight bound anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index b66177a4bb..4dcf0135a4 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -616,7 +616,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 = BUILTIN_OP_END+85; + static const int FIRST_TARGET_MEMORY_OPCODE = BUILTIN_OP_END+100; /// Node predicates |