X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FConstants.h;h=9e95a08fc962c6cbba8d49fb86b987b60159e6fe;hp=d72ca0b7433ba52a60bdb278ee60853eace66857;hb=7a0370f66ab5739f42ffe822f33494e0de9b182b;hpb=c5ca713b8073d9fe95b258d0c01328d020df3357 diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index d72ca0b7433..9e95a08fc96 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -860,10 +860,10 @@ public: /// const char *end() const { return StrEnd; } - /// getType() specialization - Type is always an empty struct. + /// getType() specialization - Type is always MetadataTy. /// inline const Type *getType() const { - return Type::EmptyStructTy; + return Type::MetadataTy; } /// isNullValue - Return true if this is the value that would be returned by