mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[AVR] Add missing ROLLOOP and RORLOOP into getTargetNodeName
This commit is contained in:
parent
2a4be332ff
commit
5b890d8e7a
@ -259,6 +259,8 @@ const char *AVRTargetLowering::getTargetNodeName(unsigned Opcode) const {
|
||||
NODE(ASR);
|
||||
NODE(LSLLOOP);
|
||||
NODE(LSRLOOP);
|
||||
NODE(ROLLOOP);
|
||||
NODE(RORLOOP);
|
||||
NODE(ASRLOOP);
|
||||
NODE(BRCOND);
|
||||
NODE(CMP);
|
||||
|
Loading…
Reference in New Issue
Block a user