Giving the asm attribute some keyword spellings based off of GCC's documentation. No functional changes.

llvm-svn: 199382
This commit is contained in:
Aaron Ballman 2014-01-16 13:45:57 +00:00
parent 818058b2ab
commit 95755d6d05
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ def ARMInterrupt : InheritableAttr, TargetSpecificAttr<TargetARM> {
}
def AsmLabel : InheritableAttr {
let Spellings = [];
let Spellings = [Keyword<"asm">, Keyword<"__asm__">];
let Args = [StringArgument<"Label">];
let SemaHandler = 0;
}