Fix a name in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83306 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-10-05 15:23:17 +00:00
parent 9ea8d9a773
commit e2d0af4d78

View 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.