mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-03 16:18:37 +00:00
[NFC][CodeGen][ExpandMemCmp] Fix documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320960 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2794ae2d00
commit
805454d207
@ -7,9 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This pass tries to partially inline the fast path of well-known library
|
||||
// functions, such as using square-root instructions for cases where sqrt()
|
||||
// does not need to set errno.
|
||||
// This pass tries to expand memcmp() calls into optimally-sized loads and
|
||||
// compares for the target.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user