From: Chris Lattner Date: Tue, 26 Jan 2010 20:17:34 +0000 (+0000) Subject: don't set to the default value. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b3732fbabdab453a17a74f0fcce507d9567b8d6b;p=oota-llvm.git don't set to the default value. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94580 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMMCAsmInfo.cpp b/lib/Target/ARM/ARMMCAsmInfo.cpp index 86693b67e39..cc59ec8ce84 100644 --- a/lib/Target/ARM/ARMMCAsmInfo.cpp +++ b/lib/Target/ARM/ARMMCAsmInfo.cpp @@ -55,7 +55,6 @@ ARMELFMCAsmInfo::ARMELFMCAsmInfo() { Data64bitsDirective = 0; CommentString = "@"; - NeedsSet = false; HasLEB128 = true; AbsoluteDebugSectionOffsets = true; PrivateGlobalPrefix = ".L";