1
0
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:
Jim Lin 2020-03-02 18:46:22 +08:00
parent 2a4be332ff
commit 5b890d8e7a

View File

@ -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);