From 69c59218dc97156a42cefd7a56e62b55b5f28544 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Mon, 23 Aug 2010 05:25:23 +0000 Subject: Revert part of my last commit. the mingw32 build bot doesn't seem to like it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111793 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/MCAsmInfoCOFF.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/MC/MCAsmInfoCOFF.cpp') diff --git a/lib/MC/MCAsmInfoCOFF.cpp b/lib/MC/MCAsmInfoCOFF.cpp index 45e981b..7fc7d7a 100644 --- a/lib/MC/MCAsmInfoCOFF.cpp +++ b/lib/MC/MCAsmInfoCOFF.cpp @@ -20,7 +20,6 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() { GlobalPrefix = "_"; COMMDirectiveAlignmentIsInBytes = false; HasLCOMMDirective = true; - HasSetDirective = false; HasDotTypeDotSizeDirective = false; HasSingleParameterDotFile = false; PrivateGlobalPrefix = "L"; // Prefix for private global symbols -- cgit v1.1