test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the failure...
[oota-llvm.git] / utils / llvm.grm
index fb26dbb66f6098f3e0b764d0a65a775cd7b630d4..322036b2c209083f208f3df8cbe1e4869a39d6ca 100644 (file)
@@ -174,6 +174,7 @@ FuncAttr      ::= noreturn
  | sspreq
  | returns_twice
  | nonlazybind
+ | address_safety
  ;
 
 OptFuncAttrs  ::= + _ | OptFuncAttrs FuncAttr ;