diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-15 01:24:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-15 01:24:23 +0000 |
commit | ba4733d901b1c2b994f66707657342b8c81c92bc (patch) | |
tree | b5b143e0dbc00e54d22e0f84ab0a804dcdbf448e /lib/Target/PowerPC/PPCSubtarget.h | |
parent | fb5115e84cba2b55b102528df6ecfdb5d7edcaaf (diff) |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCSubtarget.h b/lib/Target/PowerPC/PPCSubtarget.h index 2c5c6bac7c..185102413c 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 |