Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 16 Jul 2012 07:44:51 +0000 (07:44 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 16 Jul 2012 07:44:51 +0000 (07:44 +0000)
commit4b31c4d93ff23c4b9a5d9169ff5e6f51731fca17
tree51b370d537e00c18d15fc04a28fd3ecaff1c9890
parent411afbe321a7a3705a390d405e9e71ab21f71657
Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr.

This is in anticipation of changing CreateCondBr and wanting to test
those changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160250 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/VMCore/IRBuilderTest.cpp