forked from OSchip/llvm-project
no need to add the instruction count anymore.
llvm-svn: 96212
This commit is contained in:
parent
ec345b7ecb
commit
d4df64d15f
|
@ -28,7 +28,7 @@ namespace llvm {
|
|||
namespace XCoreISD {
|
||||
enum NodeType {
|
||||
// Start the numbering where the builtin ops and target ops leave off.
|
||||
FIRST_NUMBER = ISD::BUILTIN_OP_END+XCore::INSTRUCTION_LIST_END,
|
||||
FIRST_NUMBER = ISD::BUILTIN_OP_END,
|
||||
|
||||
// Branch and link (call)
|
||||
BL,
|
||||
|
|
Loading…
Reference in New Issue