summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfoCOFF.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-22 21:03:30 +0000
committerChris Lattner <sabre@nondot.org>2009-08-22 21:03:30 +0000
commit054574666a9f78d8fe5dd97c6dae63454ca25fd8 (patch)
treebf866a45511bbeedcf3b81cb3709e826be60faee /llvm/lib/MC/MCAsmInfoCOFF.cpp
parentc372077201047a819f93f3eef27d5f3789a18b20 (diff)
downloadbcm5719-llvm-054574666a9f78d8fe5dd97c6dae63454ca25fd8.tar.gz
bcm5719-llvm-054574666a9f78d8fe5dd97c6dae63454ca25fd8.zip
rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.
llvm-svn: 79773
Diffstat (limited to 'llvm/lib/MC/MCAsmInfoCOFF.cpp')
-rw-r--r--llvm/lib/MC/MCAsmInfoCOFF.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCAsmInfoCOFF.cpp b/llvm/lib/MC/MCAsmInfoCOFF.cpp
index 7586eaceb63..23b0dd77916 100644
--- a/llvm/lib/MC/MCAsmInfoCOFF.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud