]> granicus.if.org Git - clang/commit
Handle the case where EmitBlock might be called multiple times for the same block...
authorAnders Carlsson <andersca@mac.com>
Tue, 10 Feb 2009 22:50:24 +0000 (22:50 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 10 Feb 2009 22:50:24 +0000 (22:50 +0000)
commit22ab8d86ec613ace6602b6de11fa9ccc08580f6b
treee104ba5309f0e063de17d5f7c36829903e15411c
parent3afdfd70616b5ba569dc4e78f41063d35b127464
Handle the case where EmitBlock might be called multiple times for the same block. Fixes PR3536.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64252 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmt.cpp
test/CodeGen/vla.c