diff options
author | Clement Courbet <courbet@google.com> | 2017-09-01 11:51:23 +0000 |
---|---|---|
committer | Clement Courbet <courbet@google.com> | 2017-09-01 11:51:23 +0000 |
commit | bc0c4459c9d34067adc45d31320e0d51e347b39f (patch) | |
tree | 7ce16ec0f96d034438bece8b7db15a5024988f93 /llvm/lib/CodeGen/TargetPassConfig.cpp | |
parent | d6ee877b23978c1acb61f764e137b59b9d72fcb6 (diff) | |
download | bcm5719-llvm-bc0c4459c9d34067adc45d31320e0d51e347b39f.tar.gz bcm5719-llvm-bc0c4459c9d34067adc45d31320e0d51e347b39f.zip |
[MergeICmps] Fix build of rL312315 on clang-with-thin-lto-windows:
MergeICmps.cpp(68,15): error: chosen constructor is explicit in copy-initialization
return {};
APInt.h(339,12): note: explicit constructor declared here
explicit APInt() : BitWidth(1) { U.VAL = 0; }
^
MergeICmps.cpp(56,9): note: in implicit initialization of field 'Offset' with omitted
initializer
APInt Offset;
^
llvm-svn: 312326
Diffstat (limited to 'llvm/lib/CodeGen/TargetPassConfig.cpp')
0 files changed, 0 insertions, 0 deletions