diff --git a/include/llvm/Target/TargetMachine.h b/include/llvm/Target/TargetMachine.h index 82260c0d7c5..75bdb4950ca 100644 --- a/include/llvm/Target/TargetMachine.h +++ b/include/llvm/Target/TargetMachine.h @@ -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.