mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 00:47:07 +00:00
Fix repeated conditional expression (PR20711)
llvm-svn: 265990
This commit is contained in:
parent
f1f7a0ce15
commit
76cdaa5530
@ -343,7 +343,7 @@ static void darwinPrintSymbol(SymbolicFile &Obj, SymbolListT::iterator I,
|
||||
MachO::REFERENCE_FLAG_UNDEFINED_LAZY)
|
||||
outs() << "undefined [lazy bound]) ";
|
||||
else if ((NDesc & MachO::REFERENCE_TYPE) ==
|
||||
MachO::REFERENCE_FLAG_UNDEFINED_LAZY)
|
||||
MachO::REFERENCE_FLAG_PRIVATE_UNDEFINED_LAZY)
|
||||
outs() << "undefined [private lazy bound]) ";
|
||||
else if ((NDesc & MachO::REFERENCE_TYPE) ==
|
||||
MachO::REFERENCE_FLAG_PRIVATE_UNDEFINED_NON_LAZY)
|
||||
|
Loading…
Reference in New Issue
Block a user