summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCSubtarget.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-04-20 00:14:25 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-04-20 00:14:25 +0000
commitcd01ed5bd6134c4dab5e7b7baccef326ca205712 (patch)
tree414c19294d27b222282b043efa9900819d5d8dd5 /llvm/lib/Target/PowerPC/PPCSubtarget.h
parentdc62e59776a887af1a5d39222bae57442626ec01 (diff)
downloadbcm5719-llvm-cd01ed5bd6134c4dab5e7b7baccef326ca205712.tar.gz
bcm5719-llvm-cd01ed5bd6134c4dab5e7b7baccef326ca205712.zip
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
triple component. llvm-svn: 129838
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCSubtarget.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPCSubtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.h b/llvm/lib/Target/PowerPC/PPCSubtarget.h
index d1fac988928..8fd1a447692 100644
--- a/llvm/lib/Target/PowerPC/PPCSubtarget.h
+++ b/llvm/lib/Target/PowerPC/PPCSubtarget.h
@@ -138,7 +138,7 @@ public:
const Triple &getTargetTriple() const { return TargetTriple; }
/// isDarwin - True if this is any darwin platform.
- bool isDarwin() const { return TargetTriple.isOSX(); }
+ bool isDarwin() const { return TargetTriple.isMacOSX(); }
bool isDarwinABI() const { return isDarwin(); }
bool isSVR4ABI() const { return !isDarwin(); }
OpenPOWER on IntegriCloud