1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Peter Collingbourne b49c377b70 Verifier: Simplify and fix issue where we were not verifying unmaterialized functions.
Arrange to call verify(Function &) on each function, followed by
verify(Module &), whether the verifier is being used from the pass or
from verifyModule(). As a side effect, this fixes an issue that caused
us not to call verify(Function &) on unmaterialized functions from
verifyModule().

Differential Revision: http://reviews.llvm.org/D21042

llvm-svn: 271956
2016-06-06 23:21:27 +00:00
..
2016-05-19 21:07:12 +00:00
2016-05-11 16:38:40 +00:00
2016-04-18 09:17:29 +00:00
2016-05-23 16:38:25 +00:00
2016-04-18 09:17:29 +00:00
2016-05-11 16:38:40 +00:00
2016-05-16 14:28:02 +00:00
2016-01-14 21:06:47 +00:00
2016-04-22 22:24:20 +00:00
2016-04-18 09:17:29 +00:00
2016-06-02 20:37:52 +00:00