Remove a bogus assertion. It's possible a live-in available value is used by a previo...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 11 Feb 2009 23:41:57 +0000 (23:41 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 11 Feb 2009 23:41:57 +0000 (23:41 +0000)
commitce7f5a1e50fa312ce27e41030dd1b2e02ba8d604
tree379101984666b644611668e56b1b571aae3d8e66
parent7b25467d062b46bd026c394e2bbc1124b4d12530
Remove a bogus assertion. It's possible a live-in available value is used by a previous instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64339 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/VirtRegMap.cpp
test/CodeGen/X86/pr3495-2.ll [new file with mode: 0644]