diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-22 11:13:55 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-22 11:13:55 +0000 |
commit | 70ad98aca403cd1cb75fb326517e528b589808a4 (patch) | |
tree | 1c34b9ab728cbfa597c6f80cb59cb12b128e7652 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 59a16a76beb8f46525eaab65fff915a9941d75ea (diff) | |
download | bcm5719-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.cpp | 5 |
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(); } |