Remove an unnecessary duplicate initialization of TLOF from the Mips
authorEric Christopher <echristo@gmail.com>
Thu, 29 Sep 2016 02:03:52 +0000 (02:03 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 29 Sep 2016 02:03:52 +0000 (02:03 +0000)
commit20ac943748aec8f98694b7b024b206e8bd86b932
treec32a5257de58c6016b27cff0b31a3b24c48db83f
parent1c3bb79864f45bd3c6dfc1563d72a2eb89f03a3a
Remove an unnecessary duplicate initialization of TLOF from the Mips
AsmPrinter. This was reinitializing the Mangler after we moved the
Mangler down to TLOF and causing us to have two different unnamed
global values accessed with the same name.

This should fix the problems on the ubsan tests here:
http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/15307

llvm-svn: 282675
llvm/lib/Target/Mips/MipsAsmPrinter.cpp