diff tools/clang/lib/Parse/ParseExpr.cpp @ 41:1d6c745cd57d

move some methods to ParseCbC.cpp which were written by me.
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 26 Dec 2013 22:29:30 +0900
parents e34ccae0bb26
children 7116d17d6428
line wrap: on
line diff
--- a/tools/clang/lib/Parse/ParseExpr.cpp	Thu Dec 26 19:56:35 2013 +0900
+++ b/tools/clang/lib/Parse/ParseExpr.cpp	Thu Dec 26 22:29:30 2013 +0900
@@ -2429,7 +2429,7 @@
       if (__returnDeclaration.isUsable())
       	Stmtsp->push_back(__returnDeclaration.release());
       
-      setjmpStmt = CreateSjForContinuationWithEnv2();
+      setjmpStmt = CreateSjForContinuationWithEnv();
       if (setjmpStmt.isUsable())
 	Stmtsp->push_back(setjmpStmt.release());