[llvm-commits] [llvm] r106292 - /llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h

Jim Grosbach grosbach at apple.com
Fri Jun 18 10:40:42 PDT 2010


Author: grosbach
Date: Fri Jun 18 12:40:42 2010
New Revision: 106292

URL: http://llvm.org/viewvc/llvm-project?rev=106292&view=rev
Log:
Grammar.

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=106292&r1=106291&r2=106292&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h Fri Jun 18 12:40:42 2010
@@ -130,7 +130,7 @@
     /// This node represents a target intrinsic function with no side effects.
     /// The first operand is the ID number of the intrinsic from the
     /// llvm::Intrinsic namespace.  The operands to the intrinsic follow.  The
-    /// node has returns the result of the intrinsic.
+    /// node returns the result of the intrinsic.
     INTRINSIC_WO_CHAIN,
 
     /// RESULT,OUTCHAIN = INTRINSIC_W_CHAIN(INCHAIN, INTRINSICID, arg1, ...)





More information about the llvm-commits mailing list