Remove an overly-aggressive assertion. The code following this assertion already...
authorOwen Anderson <resistor@mac.com>
Wed, 12 Sep 2012 20:09:19 +0000 (20:09 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 12 Sep 2012 20:09:19 +0000 (20:09 +0000)
commit045ca86bb3494e60ec2be72cabb5683fe204d066
treec2bb5603a9a888380e2a07d72b2a6101037893ed
parent01b50ca5b397128d43167d617ba849d4a83282f1
Remove an overly-aggressive assertion.  The code following this assertion already knows how to handle the case where DstRC was NULL, so it's not actually protecting us from anything, and this pattern can come up when using unknown_class operands in the SelectionDAG.

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