summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-05-13 23:50:53 +0000
committerJim Grosbach <grosbach@apple.com>2009-05-13 23:50:53 +0000
commit4f915313edb04fc4544cb6cc5bcf10476a787707 (patch)
treec3efd33e9949439de649067ecb9dcfaed1c922be /llvm/lib/CodeGen/MachineFunction.cpp
parent43f21dde1e5eba460301710bb56e6d1dc8499e61 (diff)
downloadbcm5719-llvm-4f915313edb04fc4544cb6cc5bcf10476a787707.tar.gz
bcm5719-llvm-4f915313edb04fc4544cb6cc5bcf10476a787707.zip
Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence
of exception handling builtin sjlj targets in functions turns out not to be necessary. Marking the intrinsic implementation in the .td file as defining all registers is sufficient to get the context saved properly by the containing function. llvm-svn: 71743
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineFunction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp
index cb19bec0896..5135308e980 100644
--- a/llvm/lib/CodeGen/MachineFunction.cpp
+++ b/llvm/lib/CodeGen/MachineFunction.cpp
@@ -121,7 +121,6 @@ MachineFunction::MachineFunction(const Function *F,
MachineRegisterInfo(*TM.getRegisterInfo());
else
RegInfo = 0;
- HasBuiltinSetjmp = false;
MFInfo = 0;
FrameInfo = new (Allocator.Allocate<MachineFrameInfo>())
MachineFrameInfo(*TM.getFrameInfo());
OpenPOWER on IntegriCloud