[NVPTXAsmPrinter] do not print .align on function headers
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index 8a7ee94a59345ae6e669c4cc8e682a6cfdda9fb3..bad257a961ba6264c15d7095b96dd366a026d23b 100644 (file)
@@ -69,6 +69,7 @@ MCAsmInfo::MCAsmInfo() {
   HasAggressiveSymbolFolding = true;
   COMMDirectiveAlignmentIsInBytes = true;
   LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
+  HasFunctionAlignment = true;
   HasDotTypeDotSizeDirective = true;
   HasSingleParameterDotFile = true;
   HasIdentDirective = false;