mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 07:05:03 +00:00
Typo. Patch by Cameron McInally <cameron.mcinally@nyu.edu>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158754 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9e22640b14
commit
f54469f7fc
@ -585,8 +585,8 @@ namespace ISD {
|
||||
// DEBUGTRAP - Trap intended to get the attention of a debugger.
|
||||
DEBUGTRAP,
|
||||
|
||||
// PREFETCH - This corresponds to a prefetch intrinsic. It takes chains are
|
||||
// their first operand. The other operands are the address to prefetch,
|
||||
// PREFETCH - This corresponds to a prefetch intrinsic. The first operand
|
||||
// is the chain. The other operands are the address to prefetch,
|
||||
// read / write specifier, locality specifier and instruction / data cache
|
||||
// specifier.
|
||||
PREFETCH,
|
||||
|
Loading…
Reference in New Issue
Block a user