summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCMCAsmInfo.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
commit2807afa664b579af4c559b3880d6763b9e7e236a (patch)
tree96d7c8a96f8ff523a16dd03477ff5e311396727e /lib/Target/PowerPC/PPCMCAsmInfo.cpp
parentc2264596b76e248a0ec40e495cc904cb9d5a9a3a (diff)
downloadllvm-2807afa664b579af4c559b3880d6763b9e7e236a.tar.gz
llvm-2807afa664b579af4c559b3880d6763b9e7e236a.tar.bz2
llvm-2807afa664b579af4c559b3880d6763b9e7e236a.tar.xz
rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCMCAsmInfo.cpp')
-rw-r--r--lib/Target/PowerPC/PPCMCAsmInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
index c9ff842e9f..c87879b2a3 100644
--- a/lib/Target/PowerPC/PPCMCAsmInfo.cpp
+++ b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
@@ -7,14 +7,14 @@
//
//===----------------------------------------------------------------------===//
//
-// This file contains the declarations of the DarwinMCAsmInfo properties.
+// This file contains the declarations of the MCAsmInfoDarwin properties.
//
//===----------------------------------------------------------------------===//
#include "PPCMCAsmInfo.h"
using namespace llvm;
-PPCDarwinMCAsmInfo::PPCDarwinMCAsmInfo(bool is64Bit) {
+PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) {
PCSymbol = ".";
CommentString = ";";
ExceptionsType = ExceptionHandling::Dwarf;