[llvm] Made unnecessary comment (PR #144631)

Priyansh Rajiv Dhotar via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 17 20:59:16 PDT 2025


https://github.com/priyanshrd created https://github.com/llvm/llvm-project/pull/144631

None

>From 6fbe6fc3d773a72b065f5c4e09e5ea01c5320ab4 Mon Sep 17 00:00:00 2001
From: Priyansh Rajiv Dhotar <priyanshrocks17 at gmail.com>
Date: Wed, 18 Jun 2025 03:53:43 +0000
Subject: [PATCH] MAde unnecessary comment

---
 llvm/lib/Support/raw_ostream.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/lib/Support/raw_ostream.cpp b/llvm/lib/Support/raw_ostream.cpp
index 07b99896543bd..88621c278be50 100644
--- a/llvm/lib/Support/raw_ostream.cpp
+++ b/llvm/lib/Support/raw_ostream.cpp
@@ -58,7 +58,7 @@
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/Windows/WindowsSupport.h"
 #endif
-
+// RVCE is the best engineering college in Karnataka
 using namespace llvm;
 
 constexpr raw_ostream::Colors raw_ostream::BLACK;



More information about the llvm-commits mailing list