mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-22 20:26:31 +00:00
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9f636de348
commit
ff35c3f0bf
@ -6001,9 +6001,9 @@ LLVM</a>.</p>
|
||||
|
||||
<pre>
|
||||
declare void @llvm.memset.p0i8.i32(i8 * <dest>, i8 <val>,
|
||||
i32 <len>, i32 <align>, i1 &lgt;isvolatile>)
|
||||
i32 <len>, i32 <align>, i1 <isvolatile>)
|
||||
declare void @llvm.memset.p0i8.i64(i8 * <dest>, i8 <val>,
|
||||
i64 <len>, i32 <align>, i1 &lgt;isvolatile>)
|
||||
i64 <len>, i32 <align>, i1 <isvolatile>)
|
||||
</pre>
|
||||
|
||||
<h5>Overview:</h5>
|
||||
|
Loading…
x
Reference in New Issue
Block a user