summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-09-22 11:13:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-09-22 11:13:55 +0000
commit70ad98aca403cd1cb75fb326517e528b589808a4 (patch)
tree1c34b9ab728cbfa597c6f80cb59cb12b128e7652 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
parent59a16a76beb8f46525eaab65fff915a9941d75ea (diff)
downloadbcm5719-llvm-70ad98aca403cd1cb75fb326517e528b589808a4.tar.gz
bcm5719-llvm-70ad98aca403cd1cb75fb326517e528b589808a4.zip
Reformat.
llvm-svn: 248261
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 88ace8f5051..4e1c19b9d27 100644
--- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -2115,9 +2115,8 @@ bool TargetLowering::isGAPlusOffset(SDNode *N, const GlobalValue *&GA,
return false;
}
-
-SDValue TargetLowering::
-PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const {
+SDValue TargetLowering::PerformDAGCombine(SDNode *N,
+ DAGCombinerInfo &DCI) const {
// Default implementation: no optimization.
return SDValue();
}
OpenPOWER on IntegriCloud