LTO: Simplify code generator initialization
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 27 Apr 2015 23:19:26 +0000 (23:19 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 27 Apr 2015 23:19:26 +0000 (23:19 +0000)
commitae51ba7ea122ba10d8ee93a282fff7f7c47bca76
treed85a6b93aeb7275b4e4873e7bf4e14c15d139f66
parent5d3a9d6339b9493d32632fd7585e67c8269e2c27
LTO: Simplify code generator initialization

Simplify `LTOCodeGenerator` initialization by initializing simple fields
at their definition.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235939 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LTO/LTOCodeGenerator.h
lib/LTO/LTOCodeGenerator.cpp