From 2807afa664b579af4c559b3880d6763b9e7e236a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 22 Aug 2009 21:03:30 +0000 Subject: rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79773 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/MCAsmInfoCOFF.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/MC/MCAsmInfoCOFF.cpp') diff --git a/lib/MC/MCAsmInfoCOFF.cpp b/lib/MC/MCAsmInfoCOFF.cpp index 7586eac..23b0dd7 100644 --- a/lib/MC/MCAsmInfoCOFF.cpp +++ b/lib/MC/MCAsmInfoCOFF.cpp @@ -1,4 +1,4 @@ -//===-- COFFMCAsmInfo.cpp - COFF asm properties -----------------*- C++ -*-===// +//===-- MCAsmInfoCOFF.cpp - COFF asm properties -----------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -16,7 +16,7 @@ #include "llvm/ADT/SmallVector.h" using namespace llvm; -COFFMCAsmInfo::COFFMCAsmInfo() { +MCAsmInfoCOFF::MCAsmInfoCOFF() { GlobalPrefix = "_"; LCOMMDirective = "\t.lcomm\t"; COMMDirectiveTakesAlignment = false; -- cgit v1.1