DebugInfo: Require non-null in DIBuilder::retainType()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 27 Mar 2015 23:00:49 +0000 (23:00 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 27 Mar 2015 23:00:49 +0000 (23:00 +0000)
commit6ed3a762fcce2b4ac8f232cd61dd07ee807b2a59
tree28187cdd281fc287fbc6e290c4840faaa843a88e
parent292142ec8d6974bee4555c74d71e33b9ee847f0b
DebugInfo: Require non-null in DIBuilder::retainType()

Assert that a non-null value is being passed in.  Note that I fixed the
one offender in clang in r233443.

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