OSDN Git Service

[SimplifyLibCalls] Update an obviously copy and pasted header comment to match this...
authorCraig Topper <craig.topper@intel.com>
Thu, 1 Mar 2018 20:05:09 +0000 (20:05 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 1 Mar 2018 20:05:09 +0000 (20:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326475 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/SimplifyLibCalls.cpp

index 7dfaac8..b238768 100644 (file)
@@ -7,10 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This is a utility pass used for testing the InstructionSimplify analysis.
-// The analysis is applied to every instruction, and if it simplifies then the
-// instruction is replaced by the simplification.  If you are looking for a pass
-// that performs serious instruction folding, use the instcombine pass instead.
+// This file implements the library calls simplifier. It does not implement
+// any pass, but can't be used by other passes to do simplifications.
 //
 //===----------------------------------------------------------------------===//