1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Rafael Espindola 552e7f96b1 Assert that we have all use/users in the getters.
An error that is pretty easy to make is to use the lazy bitcode reader
and then do something like

if (V.use_empty())

The problem is that uses in unmaterialized functions are not accounted
for.

This patch adds asserts that all uses are known.

llvm-svn: 256105
2015-12-19 20:03:23 +00:00
..
2015-12-16 21:37:48 +00:00
2015-12-07 19:21:39 +00:00
2015-12-18 20:13:39 +00:00
2015-12-14 18:34:23 +00:00
2015-12-18 23:46:42 +00:00
2015-12-18 20:13:39 +00:00
2015-12-01 00:48:34 +00:00
2015-12-01 00:48:34 +00:00