Remove unnecessary constructors as the default conversions will handle
authorEric Christopher <echristo@gmail.com>
Wed, 24 Jul 2013 01:21:02 +0000 (01:21 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 24 Jul 2013 01:21:02 +0000 (01:21 +0000)
commitdc7ca7130afa68f2707de8f951b4293d5f763054
tree89ad5f037ebc28e81ef5f7d672a8c7529856368f
parent8f1f2e6e295c4cdf649ce4f320b4f5de8c6d10d9
Remove unnecessary constructors as the default conversions will handle
all enumerated cases. Reformat the rest of the existing constructors to
match.

llvm-svn: 187015
llvm/include/llvm/DebugInfo.h
llvm/lib/IR/DebugInfo.cpp