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)
llvm-svn: 313946

llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp

index 089151e..18dfd2a 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";