diff options
| author | Dan Gohman <gohman@apple.com> | 2008-09-23 18:42:32 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-09-23 18:42:32 +0000 |
| commit | ed1cf1a8f10d820893af01bff073ffa9bb94c556 (patch) | |
| tree | 710c0fd9d89261e7e94e323655f26331b34bcc13 /llvm/lib/Target/CellSPU | |
| parent | 4eb9956940e822a418b198a02366bedad11fec0c (diff) | |
| download | bcm5719-llvm-ed1cf1a8f10d820893af01bff073ffa9bb94c556.tar.gz bcm5719-llvm-ed1cf1a8f10d820893af01bff073ffa9bb94c556.zip | |
Fix these enums' starting values to reflect the way that
instruction opcodes are now numbered. No functionality change.
llvm-svn: 56497
Diffstat (limited to 'llvm/lib/Target/CellSPU')
| -rw-r--r-- | llvm/lib/Target/CellSPU/SPUISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUISelLowering.h b/llvm/lib/Target/CellSPU/SPUISelLowering.h index 814c9ba97a1..3c09d9f467e 100644 --- a/llvm/lib/Target/CellSPU/SPUISelLowering.h +++ b/llvm/lib/Target/CellSPU/SPUISelLowering.h @@ -23,7 +23,7 @@ namespace llvm { namespace SPUISD { enum NodeType { // Start the numbering where the builting ops and target ops leave off. - FIRST_NUMBER = ISD::BUILTIN_OP_END+SPU::INSTRUCTION_LIST_END, + FIRST_NUMBER = ISD::BUILTIN_OP_END, // Pseudo instructions: RET_FLAG, ///< Return with flag, matched by bi instruction |

