diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-08-17 20:25:04 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-08-17 20:25:04 +0000 |
commit | 29626642271ae810dd526de8afa151484452abe0 (patch) | |
tree | 3b0f744894c13d189256d84caa2d374dbbd1d134 /lib/CodeGen/MachineFunction.cpp | |
parent | ae68a19ef9d16fc1d331b289b62fb7c759bfdb99 (diff) |
Remove a bit more cruft from the sjlj moving to a backend pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineFunction.cpp')
-rw-r--r-- | lib/CodeGen/MachineFunction.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/MachineFunction.cpp b/lib/CodeGen/MachineFunction.cpp index 9efec1c1ca..5958ae253d 100644 --- a/lib/CodeGen/MachineFunction.cpp +++ b/lib/CodeGen/MachineFunction.cpp @@ -93,9 +93,6 @@ MachineFunction::MachineFunction(Function *F, MachineConstantPool(TM.getTargetData()); Alignment = TM.getTargetLowering()->getFunctionAlignment(F); - CallSiteIndex = 0; - MaxCallSiteIndex = 0; - // Set up jump table. const TargetData &TD = *TM.getTargetData(); bool IsPic = TM.getRelocationModel() == Reloc::PIC_; |