hanchenye-llvm-project/llvm/test/Analysis/CFLAliasAnalysis
George Burgess IV 0a7b989036 [CFLAA] Add missing break; note things are broken.
Thanks to Galina Kistanova for finding the missing break!

When trying to make a test for this, I realized our logic for handling
extractvalue/insertvalue/... is somewhat broken. This makes constructing
a test-case for this missing break nontrivial.

llvm-svn: 304275
2017-05-31 02:35:26 +00:00
..
Andersen [CFLAA] Add missing break; note things are broken. 2017-05-31 02:35:26 +00:00
Steensgaard