]> granicus.if.org Git - clang/commit
CodeGen: Move an initialization away from an unrelated comment
authorJustin Bogner <mail@justinbogner.com>
Mon, 4 Nov 2013 16:13:18 +0000 (16:13 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 4 Nov 2013 16:13:18 +0000 (16:13 +0000)
commitfd93e4a31b1c1a2c0ec8891e4560b61fcdc0d926
tree134db25f6f85432bbd53266650739a5eb15e94a7
parent8d7a7536eab7c75cf05b04f15b69c3d8f70a00f5
CodeGen: Move an initialization away from an unrelated comment

An initialization somehow found its way in between a comment and the
block of code the comment is about. Moving the initialization makes
this less confusing.

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