Tidy up a bit more, fix tab and remove trailing whitespaces
[oota-llvm.git] / utils / llvm.grm
index f97c0d147ae7c22e1933761619c090c14b75b6c6..3f33702d2a00f2076025a11c2983faf7697e2912 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,8 @@ FuncAttr      ::= noreturn
  | optsize
  | ssp
  | sspreq
+ | hotpatch
+ | nonlazybind
  ;
 
 OptFuncAttrs  ::= + _ | OptFuncAttrs FuncAttr ;