[llvm-commits] [llvm] r158754 - /llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
Chad Rosier
mcrosier at apple.com
Tue Jun 19 15:28:19 PDT 2012
Author: mcrosier
Date: Tue Jun 19 17:28:18 2012
New Revision: 158754
URL: http://llvm.org/viewvc/llvm-project?rev=158754&view=rev
Log:
Typo. Patch by Cameron McInally <cameron.mcinally at nyu.edu>.
Modified:
llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
Modified: llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h?rev=158754&r1=158753&r2=158754&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h Tue Jun 19 17:28:18 2012
@@ -585,8 +585,8 @@
// 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,
More information about the llvm-commits
mailing list