]> granicus.if.org Git - llvm/commitdiff
Reformat.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 22 Sep 2017 01:01:31 +0000 (01:01 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 22 Sep 2017 01:01:31 +0000 (01:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313946 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp

index 089151eccaf89fdad9fdb24a7927d5ad12dc6b13..18dfd2aced17b07c5871b9c2bfda1c43bf044f2c 100644 (file)
@@ -183,7 +183,7 @@ namespace {
    friend raw_ostream &operator<< (raw_ostream &OS, const DepChain &D);
   };
 
raw_ostream &operator<< (raw_ostream &OS, const DepChain &D) {
 raw_ostream &operator<<(raw_ostream &OS, const DepChain &D) {
     const ChainOfDependences &CD = D.Chain;
     int ChainSize = CD.size();
     OS << "**DepChain Start::**\n";
@@ -206,7 +206,7 @@ namespace {
     bool isDefined() { return Inst2Replace != nullptr; }
   };
   typedef struct ReuseValue ReuseValue;
-  raw_ostream &operator<< (raw_ostream &OS, const ReuseValue &RU) {
+  raw_ostream &operator<<(raw_ostream &OS, const ReuseValue &RU) {
     OS << "** ReuseValue ***\n";
     OS << "Instruction to Replace: " << *(RU.Inst2Replace) << "\n";
     OS << "Backedge Instruction: " << *(RU.BackedgeInst) << "\n";