[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Sun Sep 24 12:43:46 PDT 2006
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.147 -> 1.148
---
Log message:
Add support for other relocation bases to jump tables, as well as custom asm directives
---
Diffs of the changes: (+3 -0)
SelectionDAGNodes.h | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.147 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.148
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.147 Thu Sep 14 02:30:48 2006
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h Sun Sep 24 14:43:29 2006
@@ -82,6 +82,9 @@
Constant, ConstantFP,
GlobalAddress, FrameIndex, JumpTable, ConstantPool, ExternalSymbol,
+ // The relocation value to add to the value loaded from a jump table
+ JumpTableRelocBase,
+
// TargetConstant* - Like Constant*, but the DAG does not do any folding or
// simplification of the constant.
TargetConstant,
More information about the llvm-commits
mailing list