diff options
Diffstat (limited to 'llvm/lib/Target/COFFTargetAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/COFFTargetAsmInfo.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Target/COFFTargetAsmInfo.cpp b/llvm/lib/Target/COFFTargetAsmInfo.cpp index 970096b473c..64f87c0646a 100644 --- a/llvm/lib/Target/COFFTargetAsmInfo.cpp +++ b/llvm/lib/Target/COFFTargetAsmInfo.cpp @@ -16,9 +16,7 @@ #include "llvm/ADT/SmallVector.h" using namespace llvm; -COFFTargetAsmInfo::COFFTargetAsmInfo(const TargetMachine &TM) - : TargetAsmInfo(TM) { - +COFFTargetAsmInfo::COFFTargetAsmInfo() { GlobalPrefix = "_"; LCOMMDirective = "\t.lcomm\t"; COMMDirectiveTakesAlignment = false; |