[AVR] Fix a bunch of incorrect assertion messages
authorDylan McKay <dylanmckay34@gmail.com>
Sat, 10 Dec 2016 05:48:48 +0000 (05:48 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Sat, 10 Dec 2016 05:48:48 +0000 (05:48 +0000)
commitf3685095439c48c5a549e36a97e7fa9524aa4507
tree0100cb1aab62e13022077450124a399160e1c1a5
parentc05cb603690c466bf443e8ac14d2ad6ea6909728
[AVR] Fix a bunch of incorrect assertion messages

These should've been checking whether the immediate is a 6-bit unsigned
integer.

If the immediate was '63', this would cause an assertion error which
shouldn't have occurred.

llvm-svn: 289315
llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
llvm/lib/Target/AVR/AVRRegisterInfo.cpp