Explicitly initialize a flag in a default constructor.
authorPaul Robinson <paul_robinson@playstation.sony.com>
Tue, 10 Feb 2015 15:30:02 +0000 (15:30 +0000)
committerPaul Robinson <paul_robinson@playstation.sony.com>
Tue, 10 Feb 2015 15:30:02 +0000 (15:30 +0000)
commita932cb6d093902fe7ecd36f4bd5fb54fa1400607
treef9b1aeaa6cefe88ad0b43d8fbb6a2117ee137ff7
parentcec93b661d6074e8b51881e7921a38929c480e5c
Explicitly initialize a flag in a default constructor.
Works around a Visual C++ issue.

Patch by Douglas Yung!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228699 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
test/CodeGen/X86/init-priority.ll [new file with mode: 0644]