Fix a spelling error

llvm-svn: 33556
This commit is contained in:
Nate Begeman 2007-01-26 22:40:50 +00:00
parent f209495e93
commit debcb5530c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
namespace llvm { namespace llvm {
namespace PPCISD { namespace PPCISD {
enum NodeType { enum NodeType {
// Start the numbering where the builting ops and target ops leave off. // Start the numbering where the builtin ops and target ops leave off.
FIRST_NUMBER = ISD::BUILTIN_OP_END+PPC::INSTRUCTION_LIST_END, FIRST_NUMBER = ISD::BUILTIN_OP_END+PPC::INSTRUCTION_LIST_END,
/// FSEL - Traditional three-operand fsel node. /// FSEL - Traditional three-operand fsel node.