forked from OSchip/llvm-project
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. llvm-svn: 218491
This commit is contained in:
parent
f2379a840e
commit
1e9aecd69c
|
@ -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…
Reference in New Issue