forked from OSchip/llvm-project
parent
f209495e93
commit
debcb5530c
|
@ -23,7 +23,7 @@
|
|||
namespace llvm {
|
||||
namespace PPCISD {
|
||||
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,
|
||||
|
||||
/// FSEL - Traditional three-operand fsel node.
|
||||
|
|
Loading…
Reference in New Issue