Fix a name in a comment.
authorDan Gohman <gohman@apple.com>
Mon, 5 Oct 2009 15:23:17 +0000 (15:23 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 5 Oct 2009 15:23:17 +0000 (15:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83306 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/FastISel.h

index 6cd551976c499a7ed384270af5c014d26ddd68bd..1efd1e08acfabf2b37335042663a67482a9a7e55 100644 (file)
@@ -91,7 +91,7 @@ public:
   ///
   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.