Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.361 -> 1.362 --- Log message: VLOAD is not the LoadSDNode opcode. --- Diffs of the changes: (+0 -1) SelectionDAG.cpp | 1 - 1 files changed, 1 deletion(-) Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.361 llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.362 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.361 Sat Oct 28 21:26:30 2006 +++ llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp Sun Oct 29 01:14:47 2006 @@ -400,7 +400,6 @@ ID.AddPointer(CP->getConstVal()); break; } - case ISD::VLOAD: case ISD::LOAD: { LoadSDNode *LD = cast<LoadSDNode>(N); ID.AddInteger(LD->getAddressingMode()); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits