From 6ee31f5df844f0fd52db01605742afbe552cdf1b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 14 Jul 2007 00:16:50 +0000 Subject: In "int X,Y;", compile both X and Y. llvm-svn: 39848 --- clang/CodeGen/CodeGenModule.h | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/CodeGen/CodeGenModule.h') diff --git a/clang/CodeGen/CodeGenModule.h b/clang/CodeGen/CodeGenModule.h index 9d8547030ec..fbebdcfcf57 100644 --- a/clang/CodeGen/CodeGenModule.h +++ b/clang/CodeGen/CodeGenModule.h @@ -53,6 +53,7 @@ public: void EmitFunction(const FunctionDecl *FD); void EmitGlobalVar(const FileVarDecl *D); + void EmitGlobalVarDeclarator(const FileVarDecl *D); void PrintStats() {} }; -- cgit v1.2.3