Whitespace.

llvm-svn: 195341
This commit is contained in:
NAKAMURA Takumi 2013-11-21 11:08:31 +00:00
parent 78c4c807bb
commit 66c95430b8
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)) \