add setJumpBufSize() and setJumpBufAlignment() to target-lowering.
authorDuraid Madina <duraid@octopus.com.au>
Mon, 4 Sep 2006 06:21:35 +0000 (06:21 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Mon, 4 Sep 2006 06:21:35 +0000 (06:21 +0000)
commit2a0013f59fb3b23010c0509fab8bf509eb30fb36
tree5eeee3804055cf753a41fd33334eae94b65d6e9b
parent362b3680c1d8f92609ee37c4a6943c7a45f287cb
add setJumpBufSize() and setJumpBufAlignment() to target-lowering.
Call these from your backend to enjoy setjmp/longjmp goodness, see
lib/Target/IA64/IA64ISelLowering.cpp for an example

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30095 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
include/llvm/Transforms/Scalar.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/Target/IA64/IA64ISelLowering.cpp
lib/Transforms/Utils/LowerInvoke.cpp