Don't call getValueType() on a null SDValue
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 3 Dec 2009 05:15:35 +0000 (05:15 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 3 Dec 2009 05:15:35 +0000 (05:15 +0000)
commit9f0d4e631d73659e8a94495b9a6d5ecbb6ad68a1
tree9be3b495391295f1c0d8e38192b7d81f1f91bdf5
parentc9f2027adb6f700b0a2822cd9bee1d2623b0c9e5
Don't call getValueType() on a null SDValue

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