From 0375d2fbe7ed468a89c6dc5dc5dca4dd4ae53420 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 25 Jan 2010 07:29:13 +0000 Subject: all supported target now have aligned common support. llvm-svn: 94413 --- llvm/lib/MC/MCAsmInfo.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/MC/MCAsmInfo.cpp') diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp index 547f904d70f..c0ca7e9df9f 100644 --- a/llvm/lib/MC/MCAsmInfo.cpp +++ b/llvm/lib/MC/MCAsmInfo.cpp @@ -53,7 +53,6 @@ MCAsmInfo::MCAsmInfo() { GlobalDirective = "\t.globl\t"; SetDirective = 0; HasLCOMMDirective = false; - COMMDirectiveTakesAlignment = true; HasDotTypeDotSizeDirective = true; HasSingleParameterDotFile = true; HasNoDeadStrip = false; -- cgit v1.2.3