From 53c9b3f68c74c6ea4d739bb268e5fc5b495adff3 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 27 Feb 2007 21:44:08 +0000 Subject: Backing out CodeGenTarget.cpp updated: 1.82 -> 1.83 Record.cpp updated: 1.55 -> 1.56 Record.h updated: 1.59 -> 1.60 TableGen.cpp updated: 1.47 -> 1.48 It's missing CallingConvEmitter.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34693 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/Record.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/TableGen/Record.h') diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h index 0971e938ba..986e9178d9 100644 --- a/utils/TableGen/Record.h +++ b/utils/TableGen/Record.h @@ -626,8 +626,6 @@ public: return Values[i]; } - Record *getElementAsRecord(unsigned i) const; - Init *convertInitListSlice(const std::vector &Elements); virtual Init *convertInitializerTo(RecTy *Ty) { -- cgit v1.2.3