Remove too-strict assertion. We may want the vreg copy of the physical register
authorJim Grosbach <grosbach@apple.com>
Fri, 23 Jul 2010 23:48:02 +0000 (23:48 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 23 Jul 2010 23:48:02 +0000 (23:48 +0000)
commit734738d3bdbb98454a4c517252ef694cd95f4cb6
tree25e892fc75e2889c6cacb5803cf374ea17d6fa54
parent19d92fcae209cbd43d23a080a5166707600c0041
Remove too-strict assertion. We may want the vreg copy of the physical register
to be of a different register class. For example, in Thumb1 if the live-in is
a high register, we want the vreg to be a low register. rdar://8224931

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