De-constify pointers to Type since they can't be modified. NFC
[oota-llvm.git] / include / llvm / IR / Attributes.h
index 4d6d7da1fa5b6d88b724c849a26e0b375cbe46ba..7c478c4b8c2e1384b38d99a92c3e5abf083081a7 100644 (file)
@@ -573,7 +573,7 @@ public:
 namespace AttributeFuncs {
 
 /// \brief Which attributes cannot be applied to a type.
-AttrBuilder typeIncompatible(const Type *Ty);
+AttrBuilder typeIncompatible(Type *Ty);
 
 } // end AttributeFuncs namespace