[mips] Add one more check to the micromips attribute test case. NFC

llvm-svn: 303565
This commit is contained in:
Simon Atanasyan 2017-05-22 15:53:34 +00:00
parent 7113435787
commit 9812d231ed
1 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,5 @@ __attribute__((mips16,micromips)) void foo6(); // expected-error {{'mips16' and
__attribute((micromips)) void foo7();
__attribute((nomicromips)) void foo8();
__attribute__((mips16)) void foo9(void) __attribute__((micromips)); // expected-error {{'micromips' and 'mips16' attributes are not compatible}} \
// expected-note {{conflicting attribute is here}}