diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-21 11:08:31 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-21 11:08:31 +0000 |
commit | 66c95430b830c117cc0aeba5905be97784d139aa (patch) | |
tree | 605c094c9a9dea58dfb264ae77da5d3719024d3b /llvm/lib/Target/TargetMachine.cpp | |
parent | 78c4c807bbd022e013c821a2b1fa75d163ac5b52 (diff) | |
download | bcm5719-llvm-66c95430b830c117cc0aeba5905be97784d139aa.tar.gz bcm5719-llvm-66c95430b830c117cc0aeba5905be97784d139aa.zip |
Whitespace.
llvm-svn: 195341
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
-rw-r--r-- | llvm/lib/Target/TargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp index df4a03c9e8b..b367287b530 100644 --- a/llvm/lib/Target/TargetMachine.cpp +++ b/llvm/lib/Target/TargetMachine.cpp @@ -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)) \ |