Verifier: Check that all instructions have their parent pointers set up
authorAdrian Prantl <aprantl@apple.com>
Fri, 21 Nov 2014 00:39:43 +0000 (00:39 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 21 Nov 2014 00:39:43 +0000 (00:39 +0000)
commit940257f7e43fe8f052de76f15355c3ce55d93b6f
tree10be0e258e374fdabbfbf67bcd421d57c0cf20ac
parent88eec39460db6bc00dcccaed44dbaa50c817e2fc
Verifier: Check that all instructions have their parent pointers set up
correctly. This helps with catching problems caused by IRBuilder abuse
such as the one fixed in CFE r222487.

llvm-svn: 222488
llvm/lib/IR/Verifier.cpp