diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-05-20 14:18:59 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-05-20 14:18:59 +0000 |
commit | 69c6008e493566df7115784d9ed0f382fd979825 (patch) | |
tree | d82185fcede40530ee18771c630f9765f800a959 /llvm/lib/CodeGen/LLVMTargetMachine.cpp | |
parent | 56b12d75bf20187f96fa04573e45813b8bc8f1b8 (diff) | |
download | bcm5719-llvm-69c6008e493566df7115784d9ed0f382fd979825.tar.gz bcm5719-llvm-69c6008e493566df7115784d9ed0f382fd979825.zip |
Revert r237789 - [mips] The naming convention for private labels is ABI dependant.
It works, but I've noticed that I missed several callers of createMCAsmInfo()
and many don't have a TargetMachine to provide.
llvm-svn: 237792
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LLVMTargetMachine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp index d49c4f0be5c..610c9f47bac 100644 --- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp +++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp @@ -67,7 +67,6 @@ void LLVMTargetMachine::initAsmInfo() { if (Options.CompressDebugSections) TmpAsmInfo->setCompressDebugSections(true); - TmpAsmInfo->finishInit(*this); AsmInfo = TmpAsmInfo; } |