diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86Subtarget.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86Subtarget.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/X86/X86Subtarget.h b/llvm/lib/Target/X86/X86Subtarget.h index c2687265af9..789ea3eccf7 100644 --- a/llvm/lib/Target/X86/X86Subtarget.h +++ b/llvm/lib/Target/X86/X86Subtarget.h @@ -82,10 +82,6 @@ private: /// pointer size is 64 bit. bool Is64Bit; - /// HasLow4GUserAddress - True if the low 4G user-space address is available. - /// - bool HasLow4GUserAddress; - public: enum { isELF, isCygwin, isDarwin, isWindows, isMingw @@ -115,10 +111,6 @@ public: bool is64Bit() const { return Is64Bit; } - /// hasLow4GUserSpaceAddress - True if lower 4G user-space address is - /// available. - bool hasLow4GUserSpaceAddress() const { return HasLow4GUserAddress; } - PICStyle::Style getPICStyle() const { return PICStyle; } void setPICStyle(PICStyle::Style Style) { PICStyle = Style; } |

