diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-09-26 20:02:30 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-09-26 20:02:30 +0000 |
commit | c19ef92403072daf687947dbe102ef8d469cbe89 (patch) | |
tree | 93af4534a26bf23486ac6f79f077c701ea749d09 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 60832693a7a5ea19cc6fbc3976601d478bfc725b (diff) | |
download | bcm5719-llvm-c19ef92403072daf687947dbe102ef8d469cbe89.tar.gz bcm5719-llvm-c19ef92403072daf687947dbe102ef8d469cbe89.zip |
Comments on JumpTableness
llvm-svn: 30615
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index c310ac7faea..c47852b0f36 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -2403,6 +2403,7 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const { case ISD::GlobalAddress: return "GlobalAddress"; case ISD::FrameIndex: return "FrameIndex"; case ISD::JumpTable: return "JumpTable"; + case ISD::JumpTableRelocBase: return "JumpTableRelocBase"; case ISD::ConstantPool: return "ConstantPool"; case ISD::ExternalSymbol: return "ExternalSymbol"; case ISD::INTRINSIC_WO_CHAIN: { |