no need to add the instruction count anymore.

llvm-svn: 96212
This commit is contained in:
Chris Lattner 2010-02-15 06:38:41 +00:00
parent ec345b7ecb
commit d4df64d15f
1 changed files with 1 additions and 1 deletions

View File

@ -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,