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:
72601ca
)
Identify the INTRINSIC node
author
Chris Lattner
<sabre@nondot.org>
Fri, 24 Mar 2006 01:04:30 +0000
(
01:04
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 24 Mar 2006 01:04:30 +0000
(
01:04
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27020
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index ad6605763ef9a152948f9f87c988c41b748b0a0e..13a262508e0fe523e0c79ebb7dce065d82f3d91a 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@
-2615,6
+2615,7
@@
const char *SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::FrameIndex: return "FrameIndex";
case ISD::ConstantPool: return "ConstantPool";
case ISD::ExternalSymbol: return "ExternalSymbol";
+ case ISD::INTRINSIC: return "INTRINSIC";
case ISD::BUILD_VECTOR: return "BUILD_VECTOR";
case ISD::TargetConstant: return "TargetConstant";