summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetMachine.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/Target/ARM/ARMTargetMachine.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/Target/ARM/ARMTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetMachine.cpp b/llvm/lib/Target/ARM/ARMTargetMachine.cpp
index ae5107aff2b..6a8519a9e9b 100644
--- a/llvm/lib/Target/ARM/ARMTargetMachine.cpp
+++ b/llvm/lib/Target/ARM/ARMTargetMachine.cpp
@@ -32,7 +32,7 @@ static const MCAsmInfo *createMCAsmInfo(const Target &T,
Triple TheTriple(TT);
switch (TheTriple.getOS()) {
case Triple::Darwin:
- return new ARMDarwinMCAsmInfo();
+ return new ARMMCAsmInfoDarwin();
default:
return new ARMELFMCAsmInfo();
}
OpenPOWER on IntegriCloud