[LLVMbugs] [Bug 1901] New: 'llvm.memmove' Intrinsic typo

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Jan 6 11:34:11 PST 2008


http://llvm.org/bugs/show_bug.cgi?id=1901

           Summary: 'llvm.memmove' Intrinsic typo
           Product: Documentation
           Version: trunk
          Platform: All
               URL: http://llvm.org/docs/LangRef.html
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: General docs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: llvm at pixelperplexity.net
                CC: llvmbugs at cs.uiuc.edu


In the 'llvm.memmove' Intrinsic documentation, there's a clause which reads:

The 'llvm.memmove.*' intrinsics move a block of memory from the source location
to the destination location. It is similar to the 'llvm.memcmp' intrinsic but
allows the two memory locations to overlap.

I think the instance of "llvm.memcmp" is meant to be an instance of
"llvm.memcpy", since that makes more sense, and "llvm.memcmp" doesn't exist.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list