]> granicus.if.org Git - clang/commit
Fix two warnings introduced r201907
authorWarren Hunt <whunt@google.com>
Sat, 22 Feb 2014 00:22:15 +0000 (00:22 +0000)
committerWarren Hunt <whunt@google.com>
Sat, 22 Feb 2014 00:22:15 +0000 (00:22 +0000)
commit9fd9fdd45a30d3be9210952f6bda82e420347507
tree16593c272e275f045b4c4e5d86f516cdffa58c00
parentfb9b689230eed1d9c1b7cecc80e4545d233b3b91
Fix two warnings introduced r201907

Unused variable is removed.  Construction order is changed to match
declaration order.

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