aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-08-29 17:28:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-08-29 17:28:43 +0000
commit662174c82ef46b19a2329c7d37208e1d12dfb7b3 (patch)
tree97f388c9ca90a895ac73c9137689829a28295792 /lib/CodeGen/CodeGenFunction.h
parent91c027e2021366396696977af7fdc0e070bdd614 (diff)
Downgrade a number of FIXME asserts to ErrorUnsupported.
- Notably VLAs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55544 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 44d4cd251a..d1f3a6a539 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -198,7 +198,6 @@ public:
//===--------------------------------------------------------------------===//
void EmitDecl(const Decl &D);
- void EmitEnumConstantDecl(const EnumConstantDecl &D);
void EmitBlockVarDecl(const VarDecl &D);
void EmitLocalBlockVarDecl(const VarDecl &D);
void EmitStaticBlockVarDecl(const VarDecl &D);