Whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195341 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-11-21 11:08:31 +00:00
parent a5f9e4ed39
commit 32bcb7c0a8
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ public:
void resetTargetOptions(const MachineFunction *MF) const;
// Interfaces to the major aspects of target machine information:
//
//
// -- Instruction opcode and operand information
// -- Pipelines and scheduling information
// -- Stack frame information

View File

@ -67,7 +67,7 @@ TargetMachine::~TargetMachine() {
void TargetMachine::resetTargetOptions(const MachineFunction *MF) const {
const Function *F = MF->getFunction();
TargetOptions &TO = MF->getTarget().Options;
#define RESET_OPTION(X, Y) \
do { \
if (F->hasFnAttribute(Y)) \