commit | cd4cab9054f1d9573675c7d0beed14b59f14ab3e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Aug 22 21:03:30 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Aug 22 21:03:30 2009 +0000 |
tree | 96d7c8a96f8ff523a16dd03477ff5e311396727e | |
parent | 916a9112c3f83220016ce8cb15e83945b436738b [diff] [blame] |
rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79773 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index de3a3d0..3371954 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -25,7 +25,7 @@ Triple TheTriple(TT); bool isPPC64 = TheTriple.getArch() == Triple::ppc64; if (TheTriple.getOS() == Triple::Darwin) - return new PPCDarwinMCAsmInfo(isPPC64); + return new PPCMCAsmInfoDarwin(isPPC64); return new PPCLinuxMCAsmInfo(isPPC64); }