[llvm-commits] [llvm] r51390 - /llvm/trunk/include/llvm/InstrTypes.h

Gabor Greif ggreif at gmail.com
Wed May 21 11:57:33 PDT 2008


Author: ggreif
Date: Wed May 21 13:57:33 2008
New Revision: 51390

URL: http://llvm.org/viewvc/llvm-project?rev=51390&view=rev
Log:
update a comment

Modified:
    llvm/trunk/include/llvm/InstrTypes.h

Modified: llvm/trunk/include/llvm/InstrTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/InstrTypes.h?rev=51390&r1=51389&r2=51390&view=diff

==============================================================================
--- llvm/trunk/include/llvm/InstrTypes.h (original)
+++ llvm/trunk/include/llvm/InstrTypes.h Wed May 21 13:57:33 2008
@@ -169,7 +169,7 @@
                                 const std::string &Name,
                                 BasicBlock *InsertAtEnd);
 
-  /// Create* - These methods just forward to create, and are useful when you
+  /// Create* - These methods just forward to Create, and are useful when you
   /// statically know what type of instruction you're going to create.  These
   /// helpers just save some typing.
 #define HANDLE_BINARY_INST(N, OPC, CLASS) \





More information about the llvm-commits mailing list