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:
Dale Johannesen
2010-01-15 01:50:44 +00:00
parent f7ed979257
commit 243a32f96b
5 changed files with 6 additions and 29 deletions
+1 -2
View File
@@ -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;