Fixes due to lack of type-safety for ValueType: (1) ValueType
authorDuncan Sands <baldrick@free.fr>
Tue, 16 Oct 2007 09:07:20 +0000 (09:07 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 16 Oct 2007 09:07:20 +0000 (09:07 +0000)
commita7c97a7f5b82778ca5abfc3791c6b7f96b82a5fa
tree629a2d2c4d2034f9678e132f372c50f28d4c4d94
parent448175fd020acd680c27e61a3aa09d23031a496d
Fixes due to lack of type-safety for ValueType: (1) ValueType
being passed instead of an opcode; (2) ValueType being passed
for isVolatile (!) in getLoad.

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