X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FUser.h;h=f8277952ee4ba9fa7cd03e8ee116c4a4fbb9f5fa;hb=35fcd6557f53aab69c2990b80fed4653fbaa3473;hp=8a244068b24a0599fe2f8b40485c43a65217ef66;hpb=48fe63526e35ddaee7e98879596a569911f41319;p=oota-llvm.git diff --git a/include/llvm/User.h b/include/llvm/User.h index 8a244068b24..f8277952ee4 100644 --- a/include/llvm/User.h +++ b/include/llvm/User.h @@ -41,7 +41,6 @@ struct OperandTraits { struct Layout { typedef U overlay; }; - static inline void *allocate(unsigned); }; class User : public Value {