remove dead method with bogus comment.

llvm-svn: 42937
This commit is contained in:
Chris Lattner 2007-10-12 23:18:19 +00:00
parent ecfe4f1453
commit bee82b0675
1 changed files with 0 additions and 5 deletions

View File

@ -383,11 +383,6 @@ public:
bool isSizeOfAlignOfOp() const { return Opc == SizeOf || Opc == AlignOf; } bool isSizeOfAlignOfOp() const { return Opc == SizeOf || Opc == AlignOf; }
static bool isArithmeticOp(Opcode Op) { return Op >= Plus && Op <= LNot; } static bool isArithmeticOp(Opcode Op) { return Op >= Plus && Op <= LNot; }
/// getDecl - a recursive routine that derives the base decl for an
/// expression. For example, it will return the declaration for "s" from
/// the following complex expression "s.zz[2].bb.vv".
static bool isAddressable(Expr *e);
/// getOpcodeStr - Turn an Opcode enum value into the punctuation char it /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
/// corresponds to, e.g. "sizeof" or "[pre]++" /// corresponds to, e.g. "sizeof" or "[pre]++"
static const char *getOpcodeStr(Opcode Op); static const char *getOpcodeStr(Opcode Op);