diff options
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp b/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp index d38a549..ecb1076 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. // //===----------------------------------------------------------------------===// |