[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Tue Oct 10 21:30:00 PDT 2006
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.151 -> 1.152
---
Log message:
Jimptables working again on alpha.
As a bonus, use the GOT node instead of the AlphaISD::GOT for internal stuff.
---
Diffs of the changes: (+2 -2)
SelectionDAGNodes.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.151 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.152
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.151 Mon Oct 9 20:44:58 2006
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h Tue Oct 10 23:29:42 2006
@@ -82,8 +82,8 @@
Constant, ConstantFP,
GlobalAddress, FrameIndex, JumpTable, ConstantPool, ExternalSymbol,
- // The relocation value to add to the value loaded from a jump table
- JumpTableRelocBase,
+ // The address of the GOT
+ GLOBAL_OFFSET_TABLE,
// TargetConstant* - Like Constant*, but the DAG does not do any folding or
// simplification of the constant.
More information about the llvm-commits
mailing list