diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-06-19 22:28:18 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-06-19 22:28:18 +0000 |
commit | f54469f7fc505e15db48b20a902dacd9809f6529 (patch) | |
tree | 5eef616d292f4b8a2b52416cf464be6e6f9ba2da | |
parent | 9e22640b143c09ae02641ef7f544c021190d94d0 (diff) | |
download | external_llvm-f54469f7fc505e15db48b20a902dacd9809f6529.zip external_llvm-f54469f7fc505e15db48b20a902dacd9809f6529.tar.gz external_llvm-f54469f7fc505e15db48b20a902dacd9809f6529.tar.bz2 |
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
-rw-r--r-- | include/llvm/CodeGen/ISDOpcodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h index e380650..3a92e9a 100644 --- a/include/llvm/CodeGen/ISDOpcodes.h +++ b/include/llvm/CodeGen/ISDOpcodes.h @@ -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, |