summaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-02-27 21:44:08 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-02-27 21:44:08 +0000
commit53c9b3f68c74c6ea4d739bb268e5fc5b495adff3 (patch)
tree6d62458335e7058f8ce46221d440c00249f6cca0 /utils/TableGen/Record.h
parent5ef9226f30d0615558cdfc6a2b76c7a914a8e32f (diff)
downloadllvm-53c9b3f68c74c6ea4d739bb268e5fc5b495adff3.tar.gz
llvm-53c9b3f68c74c6ea4d739bb268e5fc5b495adff3.tar.bz2
llvm-53c9b3f68c74c6ea4d739bb268e5fc5b495adff3.tar.xz
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
Diffstat (limited to 'utils/TableGen/Record.h')
-rw-r--r--utils/TableGen/Record.h2
1 files changed, 0 insertions, 2 deletions
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<unsigned> &Elements);
virtual Init *convertInitializerTo(RecTy *Ty) {