diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-02 01:49:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-02 01:49:16 +0000 |
commit | dc4d280136d3301fcbf3c7b4b2782c8bd804342c (patch) | |
tree | b9735ff4a2d9934e19ff14ac0f91b50f0acdac2b /CodeGen/CodeGenFunction.h | |
parent | dc5e8268292046114ffe02e48773572a91a310f1 (diff) |
convert the rest of the stderr users in codegen to use diagnostics.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44503 91177308-0d34-0410-b5e6-96231b3b80d8
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 |