remove pointless assert
authorMatthias Braun <matze@braunis.de>
Fri, 6 Sep 2013 16:44:27 +0000 (16:44 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 6 Sep 2013 16:44:27 +0000 (16:44 +0000)
commit2d5558cbaecfcaea72b80a725417dde6ed80ee04
tree9d8e6c44fc5372c06714de1cd16a7fbd89741e87
parentc725865bbcfb935f3698f26b6608fdbd2b2d3fd4
remove pointless assert

The if above it ensures the property anyway.

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