diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2006-10-29 06:14:47 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2006-10-29 06:14:47 +0000 |
| commit | 7ab6123c426cd67f94d4c36aa7a7fa1f95ec4a8d (patch) | |
| tree | 750d66d73df9c3b668efaa90dd5e58fc53925c76 /llvm/lib | |
| parent | dc146a9fb9a08d07aab1c548d0ac8873fc0a9d4c (diff) | |
| download | bcm5719-llvm-7ab6123c426cd67f94d4c36aa7a7fa1f95ec4a8d.tar.gz bcm5719-llvm-7ab6123c426cd67f94d4c36aa7a7fa1f95ec4a8d.zip | |
VLOAD is not the LoadSDNode opcode.
llvm-svn: 31276
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index b9b9ef0af7b..4b2f28396b2 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -400,7 +400,6 @@ static void AddNodeIDNode(FoldingSetNodeID &ID, SDNode *N) { ID.AddPointer(CP->getConstVal()); break; } - case ISD::VLOAD: case ISD::LOAD: { LoadSDNode *LD = cast<LoadSDNode>(N); ID.AddInteger(LD->getAddressingMode()); |

