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)
commitc8ef21f1b1e1297c2473be6444f5196dd0b7cd29
tree5ccb5703d8855ab94212f94e81dbf060c4814d18
parent9c390888f75fbb083bd83d1759726fdf47b43a4a
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222488 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp