Revert some unneeded parts of the change in r107886 for the
authorKevin Enderby <enderby@apple.com>
Thu, 8 Jul 2010 20:30:44 +0000 (20:30 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 8 Jul 2010 20:30:44 +0000 (20:30 +0000)
commit1b02acb2a0513b3ec20585196d485ebc3da0ccec
tree1c7251ef5e4122994fc95306d778ec7ace919ffa
parent5d115a0ff9634149ef021ec9335a47c52aaaafb0
Revert some unneeded parts of the change in r107886 for the
.weak_def_can_be_hidden directive.  Chris pointed out that the MCAsmInfo.h/.cpp
chunks aren't needed for this until the compiler starts generating these.  And
when that happens it will be more convenient for it to be a bool than a const
char*.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107906 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmInfo.h
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoDarwin.cpp