[llvm] dfca4f9 - [SimplifyLibCalls][NFC] Fix Typo in Header Comment (#114314)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 20:05:17 PST 2025
Author: Veera
Date: 2025-02-28T23:05:13-05:00
New Revision: dfca4f9519e6c55364d791f26fcde374cb67fb67
URL: https://github.com/llvm/llvm-project/commit/dfca4f9519e6c55364d791f26fcde374cb67fb67
DIFF: https://github.com/llvm/llvm-project/commit/dfca4f9519e6c55364d791f26fcde374cb67fb67.diff
LOG: [SimplifyLibCalls][NFC] Fix Typo in Header Comment (#114314)
Added:
Modified:
llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp b/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
index d38a549aab960..ecb107602f854 100644
--- a/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// This file implements the library calls simplifier. It does not implement
-// any pass, but can't be used by other passes to do simplifications.
+// any pass, but can be used by other passes to do simplifications.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list