diff options
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r-- | CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h index 2fd8063837..0c66b50ada 100644 --- a/CodeGen/CodeGenFunction.h +++ b/CodeGen/CodeGenFunction.h @@ -272,7 +272,7 @@ public: /// WarnUnsupported - Print out a warning that codegen doesn't support the /// specified stmt yet. - void WarnUnsupported(const Stmt *S); + void WarnUnsupported(const Stmt *S, const char *Type); //===--------------------------------------------------------------------===// // Helpers |