aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCSubtarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PowerPC/PPCSubtarget.h')
-rw-r--r--lib/Target/PowerPC/PPCSubtarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCSubtarget.h b/lib/Target/PowerPC/PPCSubtarget.h
index 2c5c6ba..1851024 100644
--- a/lib/Target/PowerPC/PPCSubtarget.h
+++ b/lib/Target/PowerPC/PPCSubtarget.h
@@ -39,7 +39,6 @@ protected:
bool HasAltivec;
bool HasFSQRT;
bool HasSTFIWX;
- bool IsAIX;
bool IsDarwin;
public:
/// This constructor initializes the data members to match that
@@ -86,7 +85,6 @@ public:
bool hasAltivec() const { return HasAltivec; }
bool isGigaProcessor() const { return IsGigaProcessor; }
- bool isAIX() const { return IsAIX; }
bool isDarwin() const { return IsDarwin; }
};
} // End llvm namespace