mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
no need to add the instruction count anymore.
llvm-svn: 96212
This commit is contained in:
parent
47bcd93456
commit
ba70b52fe6
@ -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
Block a user