[BasicAA] fix build break by converting the previously introduced assert into an...
authorNuno Lopes <nunoplopes@sapo.pt>
Thu, 9 Nov 2017 17:06:42 +0000 (17:06 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Thu, 9 Nov 2017 17:06:42 +0000 (17:06 +0000)
commit9f82a2b60ed2e12cb41ebd3bb3c5a1ace02f9ed0
tree603ebc1aad084934c8d00c1ef80aa183f8860f27
parent9a5e64f56acb8d788a08b8e1298a51b444ab5860
[BasicAA] fix build break by converting the previously introduced assert into an if stmt
Apparently V1Size == -1 doest imply V2Size == -1, which is a bit surprising to me.

llvm-svn: 317812
llvm/lib/Analysis/BasicAliasAnalysis.cpp