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)
commit2d3adad723653e4acd3d1b3f7fcfd2691acccb73
tree672107118bb2f246c3cd3700585edae5dccceaea
parente72a4d4843f8f42ac6dfda6511ad6a0a57468077
Remove unnecessary constructors as the default conversions will handle
all enumerated cases. Reformat the rest of the existing constructors to
match.

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