[llvm-commits] [llvm] r83306 - /llvm/trunk/include/llvm/CodeGen/FastISel.h

Dan Gohman gohman at apple.com
Mon Oct 5 08:23:17 PDT 2009


Author: djg
Date: Mon Oct  5 10:23:17 2009
New Revision: 83306

URL: http://llvm.org/viewvc/llvm-project?rev=83306&view=rev
Log:
Fix a name in a comment.

Modified:
    llvm/trunk/include/llvm/CodeGen/FastISel.h

Modified: llvm/trunk/include/llvm/CodeGen/FastISel.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/FastISel.h?rev=83306&r1=83305&r2=83306&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/FastISel.h (original)
+++ llvm/trunk/include/llvm/CodeGen/FastISel.h Mon Oct  5 10:23:17 2009
@@ -91,7 +91,7 @@
   ///
   bool SelectInstruction(Instruction *I);
 
-  /// SelectInstruction - Do "fast" instruction selection for the given
+  /// SelectOperator - Do "fast" instruction selection for the given
   /// LLVM IR operator (Instruction or ConstantExpr), and append
   /// generated machine instructions to the current block. Return true
   /// if selection was successful.





More information about the llvm-commits mailing list