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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits