aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-07-14 00:16:50 +0000
committerChris Lattner <sabre@nondot.org>2007-07-14 00:16:50 +0000
commit32b266cff60737fedff00e8e721f3474533835ef (patch)
tree6af9669c9dfc3923b591bab0d06143743907e694 /CodeGen/CodeGenModule.h
parent06c8d963bcdd73797959d46b9f6d46661e7588a6 (diff)
In "int X,Y;", compile both X and Y.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenModule.h')
-rw-r--r--CodeGen/CodeGenModule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CodeGen/CodeGenModule.h b/CodeGen/CodeGenModule.h
index 9d8547030e..fbebdcfcf5 100644
--- a/CodeGen/CodeGenModule.h
+++ b/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() {}
};