mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 23:17:16 +00:00
Remove DEBUG_DECLARE, looks like we don't need it.
Also, DEBUG_VALUE has side effects. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93498 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -346,8 +346,7 @@ void InstrInfoEmitter::emitShiftedValue(Record *R, StringInit *Val,
|
||||
R->getName() != "IMPLICIT_DEF" &&
|
||||
R->getName() != "SUBREG_TO_REG" &&
|
||||
R->getName() != "COPY_TO_REGCLASS" &&
|
||||
R->getName() != "DEBUG_VALUE" &&
|
||||
R->getName() != "DEBUG_DECLARE")
|
||||
R->getName() != "DEBUG_VALUE")
|
||||
throw R->getName() + " doesn't have a field named '" +
|
||||
Val->getValue() + "'!";
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user