From 08ca97291fe309c24a29beba2f2d770aa75c7653 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 3 Aug 2003 18:29:51 +0000 Subject: Fix bug: TableGen/IntBitInit.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7526 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/Record.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/TableGen/Record.h') diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h index 4c4ad5a6b8..d841a2af05 100644 --- a/utils/TableGen/Record.h +++ b/utils/TableGen/Record.h @@ -145,6 +145,7 @@ public: struct IntRecTy : public RecTy { Init *convertValue(UnsetInit *UI) { return (Init*)UI; } Init *convertValue(IntInit *II) { return (Init*)II; } + Init *convertValue(BitInit *BI); Init *convertValue(BitsInit *BI); Init *convertValue(TypedInit *TI); -- cgit v1.2.3