Add stub methods for mips assembly matcher.
[oota-llvm.git] / utils / llvm.grm
index f97c0d147ae7c22e1933761619c090c14b75b6c6..ad2799f2c596c4a25fc498669425e2359ddbd816 100644 (file)
@@ -9,7 +9,6 @@ IR that is semantically valid. Most of the IR produced doesn't
 pass the Verifier.
 
 TODO: Metadata, in all its forms
-TODO: Union types
 
 *)
 
@@ -173,6 +172,10 @@ FuncAttr      ::= noreturn
  | optsize
  | ssp
  | sspreq
+ | returns_twice
+ | nonlazybind
+ | address_safety
+ | ia_nsdialect
  ;
 
 OptFuncAttrs  ::= + _ | OptFuncAttrs FuncAttr ;