IR: Drop never-used defaults for DIBuilder::createTemplate*(), NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 03:35:29 +0000 (03:35 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 03:35:29 +0000 (03:35 +0000)
commit9db1298f422ad5a82a39fe0e92c04af3a96ef3fa
tree18205ecf234f90cb1e8089f23eb4dc58a9168b07
parentc8055a1f5e780f2bc659a41ebd4b43818c3c0194
IR: Drop never-used defaults for DIBuilder::createTemplate*(), NFC

No caller specifies anything different; these parameters are dead code
and probably always have been.  The new hierarchy doesn't bother with
the fields at all (see r228607 and r228652).

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