From e739a49325268ae69c0bbbb83d514e8de619eb18 Mon Sep 17 00:00:00 2001 From: John McCall Date: Fri, 1 Mar 2013 01:38:54 +0000 Subject: Restore order to placate test. I had no real reason to switch them. llvm-svn: 176328 --- clang/lib/CodeGen/CodeGenFunction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index f955db637ca..cd738f0b385 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -863,8 +863,8 @@ public: /// \brief Force the emission of cleanups now, instead of waiting /// until this object is destroyed. void ForceCleanup() { - endLexicalScope(); RunCleanupsScope::ForceCleanup(); + endLexicalScope(); } private: -- cgit v1.2.3