[Object] Temporarily disable these tests.
[oota-llvm.git] / utils / llvm.grm
index f97c0d147ae7c22e1933761619c090c14b75b6c6..322036b2c209083f208f3df8cbe1e4869a39d6ca 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,9 @@ FuncAttr      ::= noreturn
  | optsize
  | ssp
  | sspreq
+ | returns_twice
+ | nonlazybind
+ | address_safety
  ;
 
 OptFuncAttrs  ::= + _ | OptFuncAttrs FuncAttr ;