summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoDarwin.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-08-25 21:31:39 +0000
committerBill Wendling <isanbard@gmail.com>2009-08-25 21:31:39 +0000
commit415c8cf837439401f2df75d992d7e296d1d6746a (patch)
treede5111973380262456f02264269e7f829bb4a98d /lib/MC/MCAsmInfoDarwin.cpp
parent2600ca8b3f3602d0904289eeed3d26f3d7aad2ae (diff)
downloadllvm-415c8cf837439401f2df75d992d7e296d1d6746a.tar.gz
llvm-415c8cf837439401f2df75d992d7e296d1d6746a.tar.bz2
llvm-415c8cf837439401f2df75d992d7e296d1d6746a.tar.xz
Revert last patch. We need to put this into TargetLowering. There will be a lot
of EH stuff going into there, so we can wait to add them all then. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfoDarwin.cpp')
-rw-r--r--lib/MC/MCAsmInfoDarwin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp
index e2069b0038..38b9e5b90b 100644
--- a/lib/MC/MCAsmInfoDarwin.cpp
+++ b/lib/MC/MCAsmInfoDarwin.cpp
@@ -52,7 +52,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
// doesn't hurt anything.
// FIXME: I need to get this from Triple.
Is_EHSymbolPrivate = false;
- ForceEncodingOfFDETo32Bits = false;
GlobalEHDirective = "\t.globl\t";
SupportsWeakOmittedEHFrame = false;