OSDN Git Service

Use StoreSDNode::getValue instead of calling getOperand directly
authorDan Gohman <gohman@apple.com>
Fri, 15 Feb 2008 18:11:59 +0000 (18:11 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 15 Feb 2008 18:11:59 +0000 (18:11 +0000)
commit21be3849aef47e6d8c26f31b11def57d59167863
treebce5fd48c9cedbbcc224c5f3cffca3e8dbcbfc7f
parentab1a0354ecff51d27098d6f11fbeabc65dec7123
Use StoreSDNode::getValue instead of calling getOperand directly
with a hard-coded operand number.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47163 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp