diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-15 23:11:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-15 23:11:32 +0000 |
commit | bfd1e50c4f51e5f22ba68f28172b0ed9ab66a61a (patch) | |
tree | c3feebf88808460651fc3e79031b61b24f7f90e5 /lib/MC/MCAsmInfo.cpp | |
parent | f60d3eb186c2821f65d85b40665d602eb7d051f4 (diff) |
remove some horrible MAI hooks which fortunately turn out to be always empty.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81946 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r-- | lib/MC/MCAsmInfo.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index 1630482de4..fddacdbe84 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -30,10 +30,6 @@ MCAsmInfo::MCAsmInfo() { GlobalPrefix = ""; PrivateGlobalPrefix = "."; LinkerPrivateGlobalPrefix = ""; - GlobalVarAddrPrefix = ""; - GlobalVarAddrSuffix = ""; - FunctionAddrPrefix = ""; - FunctionAddrSuffix = ""; PersonalityPrefix = ""; PersonalitySuffix = ""; NeedsIndirectEncoding = false; |