Add a parameter to CCState so that it can access the MachineFunction.
authorEric Christopher <echristo@apple.com>
Wed, 8 Jun 2011 23:55:35 +0000 (23:55 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 8 Jun 2011 23:55:35 +0000 (23:55 +0000)
commit471e4224809f51652c71f319532697a879a75a0d
tree802d01cc4088f34f314dbe4335e3ef369664771e
parent0398d6135daef709f80837e457a75dc2e1c2aab7
Add a parameter to CCState so that it can access the MachineFunction.

No functional change.

Part of PR6965

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132763 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/llvm/CodeGen/CallingConvLower.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/CallingConvLower.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/Alpha/AlphaISelLowering.cpp
lib/Target/Blackfin/BlackfinISelLowering.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/MBlaze/MBlazeISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h