Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / CodeGen / LatencyPriorityQueue.h
index cc33f34912426a08bbb624aaf4884bbc38711dc8..f347f66e0981c7dffd14c28e59f38e75f02859fd 100644 (file)
@@ -93,6 +93,6 @@ private:
     void AdjustPriorityOfUnscheduledPreds(SUnit *SU);
     SUnit *getSingleUnscheduledPred(SUnit *SU);
   };
-} // namespace llvm
+}
 
 #endif