aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCSubtarget.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-15 01:24:23 +0000
committerChris Lattner <sabre@nondot.org>2006-07-15 01:24:23 +0000
commitba4733d901b1c2b994f66707657342b8c81c92bc (patch)
treeb5b143e0dbc00e54d22e0f84ab0a804dcdbf448e /lib/Target/PowerPC/PPCSubtarget.h
parentfb5115e84cba2b55b102528df6ecfdb5d7edcaaf (diff)
downloadexternal_llvm-ba4733d901b1c2b994f66707657342b8c81c92bc.zip
external_llvm-ba4733d901b1c2b994f66707657342b8c81c92bc.tar.gz
external_llvm-ba4733d901b1c2b994f66707657342b8c81c92bc.tar.bz2
Remove what little AIX support we have. It has never been tested and isn't
complete. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29156 91177308-0d34-0410-b5e6-96231b3b80d8
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