summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2015-09-20 03:19:09 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2015-09-20 03:19:09 +0000
commit4966f58ac2dbec33558d888cac7120e7b9a01cb3 (patch)
tree80436c65dbf87a72afe8559230908b22bf7caf6a
parent997b357ac13f35cd414d6bc90aba800012f13163 (diff)
downloadbcm5719-llvm-4966f58ac2dbec33558d888cac7120e7b9a01cb3.tar.gz
bcm5719-llvm-4966f58ac2dbec33558d888cac7120e7b9a01cb3.zip
ARM: cleanup formatting
clang-format a line which was poorly formatted. NFC. llvm-svn: 248110
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp
index 7c9df0e7b50..3c66d56b6a3 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.cpp
+++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp
@@ -6627,8 +6627,8 @@ SDValue ARMTargetLowering::LowerFSINCOS(SDValue Op, SelectionDAG &DAG) const {
Entry.isZExt = false;
Args.push_back(Entry);
- const char *LibcallName = (ArgVT == MVT::f64)
- ? "__sincos_stret" : "__sincosf_stret";
+ const char *LibcallName =
+ (ArgVT == MVT::f64) ? "__sincos_stret" : "__sincosf_stret";
SDValue Callee = DAG.getExternalSymbol(LibcallName, getPointerTy(DL));
TargetLowering::CallLoweringInfo CLI(DAG);
OpenPOWER on IntegriCloud