From ba4733d901b1c2b994f66707657342b8c81c92bc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 15 Jul 2006 01:24:23 +0000 Subject: 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 --- lib/Target/PowerPC/PPCSubtarget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Target/PowerPC/PPCSubtarget.h') 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 -- cgit v1.2.3-18-g5258