projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab0427
)
bump FIRST_TARGET_MEMORY_OPCODE back up, there is no reason to make it a tight bound...
author
Chris Lattner
<sabre@nondot.org>
Sat, 27 Mar 2010 00:29:41 +0000
(
00:29
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 27 Mar 2010 00:29:41 +0000
(
00:29
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99685
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index b66177a4bb19743da0e5d4848612ae0b9937b8a4..4dcf0135a4746dd2bf919ccf294d8f4557f1809b 100644
(file)
--- 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