| commit | 24830ea7108197c7880939aa2e32db3aa4bc6284 | [log] [tgz] | 
|---|---|---|
| author | Johannes Doerfert <jdoerfert@anl.gov> | Thu Jul 11 01:14:30 2019 +0000 | 
| committer | Johannes Doerfert <jdoerfert@anl.gov> | Thu Jul 11 01:14:30 2019 +0000 | 
| tree | 32770cc3246259b844292338eca111b12da7bdab | |
| parent | 6765aa552a83bed0276a2ef0d7672903b045dc8c [diff] | 
[NFC] Adjust "invalid.ll.bc" tests to check for AttrKind #255 not #63 We are about to add enum attributes with AttrKind numbers >= 63. This means we cannot use AttrKind #63 to test for an invalid attribute number in the RAW format anymore. This patch changes the number of an invalid attribute to #255. There is no change to the character of the tests. Differential Revision: https://reviews.llvm.org/D64531 llvm-svn: 365722