Skip to content

Commit ada517b

Browse files
[MLGO][NFC] Clang format MLRegAllocEvictAdvisor.cpp
Run clang-format to fix an issue in spacing in a comment.
1 parent 5e53a8d commit ada517b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ class DevelopmentModeEvictionAdvisorAnalysis final
554554
std::unique_ptr<Logger> Log;
555555
};
556556

557-
#endif //#ifdef LLVM_HAVE_TFLITE
557+
#endif // #ifdef LLVM_HAVE_TFLITE
558558
} // namespace
559559

560560
float MLEvictAdvisor::getInitialQueueSize(const MachineFunction &MF) {

0 commit comments

Comments
 (0)