X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FIR%2FAttributes.cpp;h=0d89d127ed86e5052250b161bc5ce221c93ae2e8;hp=546a98670a290956962021e940f4c971b172c080;hb=84bbcfe2009eafcde83fb7a7f54b7d1aad46f52a;hpb=6ebf387fddffb87ce18c40fcca02568e8c6f645d diff --git a/lib/IR/Attributes.cpp b/lib/IR/Attributes.cpp index 546a98670a2..0d89d127ed8 100644 --- a/lib/IR/Attributes.cpp +++ b/lib/IR/Attributes.cpp @@ -1382,7 +1382,7 @@ AttrBuilder &AttrBuilder::addRawValue(uint64_t Val) { //===----------------------------------------------------------------------===// /// \brief Which attributes cannot be applied to a type. -AttrBuilder AttributeFuncs::typeIncompatible(const Type *Ty) { +AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { AttrBuilder Incompatible; if (!Ty->isIntegerTy())