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:
7564e0b
)
Handle HANDLENODE: just return itself.
author
Evan Cheng
<evan.cheng@apple.com>
Sun, 5 Feb 2006 08:46:14 +0000
(08:46 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Sun, 5 Feb 2006 08:46:14 +0000
(08:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26011
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/DAGISelEmitter.cpp
b/utils/TableGen/DAGISelEmitter.cpp
index b03d7522af6549904435d793ed02cfe32662fdd2..44d1262d96503c27a42719c2ea31057149f23102 100644
(file)
--- a/
utils/TableGen/DAGISelEmitter.cpp
+++ b/
utils/TableGen/DAGISelEmitter.cpp
@@
-2958,6
+2958,7
@@
void DAGISelEmitter::EmitInstructionSelector(std::ostream &OS) {
<< " case ISD::EntryToken: // These leaves remain the same.\n"
<< " case ISD::BasicBlock:\n"
<< " case ISD::Register:\n"
+ << " case ISD::HANDLENODE:\n"
<< " case ISD::TargetConstant:\n"
<< " case ISD::TargetConstantPool:\n"
<< " case ISD::TargetFrameIndex:\n"