mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195341 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5f9e4ed39
commit
32bcb7c0a8
@ -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
|
||||
|
@ -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)) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user