mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Add a FIXME to TargetMachine to remove the function specific
code generation options from TargetMachine. This will depend upon Function + TargetSubtargetInfo based code generation at which point resetTargetOptions and this code can be removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eea543fd16
commit
792f334305
@ -114,6 +114,8 @@ public:
|
||||
}
|
||||
|
||||
/// \brief Reset the target options based on the function's attributes.
|
||||
// FIXME: Remove TargetOptions that affect per-function code generation
|
||||
// from TargetMachine.
|
||||
void resetTargetOptions(const Function &F) const;
|
||||
|
||||
/// getMCAsmInfo - Return target specific asm information.
|
||||
|
Loading…
x
Reference in New Issue
Block a user