summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2017-01-05 23:41:33 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2017-01-05 23:41:33 +0000
commitce542eefe3eb3b4c2e1b40d3dfda55f0f8183904 (patch)
tree6f9a4a6e0fce7e137658f8bbb137628086225eba /llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
parentcaabc1be3b18721b7cfd86bcf2e990e4c40c62ed (diff)
downloadbcm5719-llvm-ce542eefe3eb3b4c2e1b40d3dfda55f0f8183904.tar.gz
bcm5719-llvm-ce542eefe3eb3b4c2e1b40d3dfda55f0f8183904.zip
Code cleanup: Remove tab indents.
llvm-svn: 291193
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64InstrInfo.cpp')
-rw-r--r--llvm/lib/Target/AArch64/AArch64InstrInfo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
index 0db4523c7ee..56e585cdade 100644
--- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
@@ -3102,9 +3102,9 @@ static bool isCombineInstrCandidateFP(const MachineInstr &Inst) {
case AArch64::FSUBv2f32:
case AArch64::FSUBv2f64:
case AArch64::FSUBv4f32:
- TargetOptions Options = Inst.getParent()->getParent()->getTarget().Options;
- return (Options.UnsafeFPMath ||
- Options.AllowFPOpFusion == FPOpFusion::Fast);
+ TargetOptions Options = Inst.getParent()->getParent()->getTarget().Options;
+ return (Options.UnsafeFPMath ||
+ Options.AllowFPOpFusion == FPOpFusion::Fast);
}
return false;
}
OpenPOWER on IntegriCloud