diff options
author | Dan Gohman <gohman@apple.com> | 2009-10-05 15:23:17 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-10-05 15:23:17 +0000 |
commit | e2d0af4d7802a36e183897cc061747ba88819226 (patch) | |
tree | ca9fcbd7271ec5de181c952fe27dc2ea938a0b31 | |
parent | 9ea8d9a77344422871e961d2fb67be03c449207d (diff) |
Fix a name in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83306 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/FastISel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h index 6cd551976c..1efd1e08ac 100644 --- a/include/llvm/CodeGen/FastISel.h +++ b/include/llvm/CodeGen/FastISel.h @@ -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. |