summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-06-19 22:28:18 +0000
committerChad Rosier <mcrosier@apple.com>2012-06-19 22:28:18 +0000
commitbb335c96f9e62cd1dbbb984b33fd2d7bf1842bb1 (patch)
tree1b0e0d9bdede6950977a48d0b5f063bf930e20a1
parent444075a281a706b7581795c31ec94f9d756b3b75 (diff)
downloadbcm5719-llvm-bb335c96f9e62cd1dbbb984b33fd2d7bf1842bb1.tar.gz
bcm5719-llvm-bb335c96f9e62cd1dbbb984b33fd2d7bf1842bb1.zip
Typo. Patch by Cameron McInally <cameron.mcinally@nyu.edu>.
llvm-svn: 158754
-rw-r--r--llvm/include/llvm/CodeGen/ISDOpcodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/ISDOpcodes.h b/llvm/include/llvm/CodeGen/ISDOpcodes.h
index e380650eea1..3a92e9a42a3 100644
--- a/llvm/include/llvm/CodeGen/ISDOpcodes.h
+++ b/llvm/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,
OpenPOWER on IntegriCloud