OSDN Git Service

Fix MSVC bool to uint64_t promotion warning
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 6 Dec 2016 11:12:53 +0000 (11:12 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 6 Dec 2016 11:12:53 +0000 (11:12 +0000)
commit7b48d47c58522979354ce8279c8e15a1b3f920f9
tree098ececd218edf87156241b24007caf358d43f4d
parent04d64487f92bfbb65df731a972f4702d1b9379a0
Fix MSVC bool to uint64_t promotion warning

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288796 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Writer/BitcodeWriter.cpp