commit | 1c9c3fd50a05147d9e14d12bb42910eda831a373 | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Fri Oct 15 04:57:14 2010 +0000 |
committer | John McCall <rjmccall@apple.com> | Fri Oct 15 04:57:14 2010 +0000 |
tree | 39b38a9bec19df6fba6eb4e12fa19145ee375962 | |
parent | 3b1db392fcbacfafbbb2af919927792647e75c70 [diff] [blame] |
Death to blocks, or at least the word "block" in one particular obnoxiously ambiguous context. llvm-svn: 116567
diff --git a/clang/lib/CodeGen/CGException.cpp b/clang/lib/CodeGen/CGException.cpp index d2df1fb..79646f3 100644 --- a/clang/lib/CodeGen/CGException.cpp +++ b/clang/lib/CodeGen/CGException.cpp
@@ -1300,7 +1300,7 @@ } // Emit the local. - CGF.EmitLocalBlockVarDecl(*CatchParam, &InitCatchParam); + CGF.EmitAutoVarDecl(*CatchParam, &InitCatchParam); } namespace {