forked from OSchip/llvm-project
[llvm-readobj] Minor style tweak for consistency sake [NFC]
llvm-svn: 358323
This commit is contained in:
parent
377f507a9f
commit
f7acef9c88
|
@ -1869,8 +1869,8 @@ void COFFDumper::printStackMap() const {
|
|||
prettyPrintStackMap(
|
||||
W, StackMapParser<support::little>(StackMapContentsArray));
|
||||
else
|
||||
prettyPrintStackMap(W,
|
||||
StackMapParser<support::big>(StackMapContentsArray));
|
||||
prettyPrintStackMap(
|
||||
W, StackMapParser<support::big>(StackMapContentsArray));
|
||||
}
|
||||
|
||||
void COFFDumper::printAddrsig() {
|
||||
|
|
|
@ -669,8 +669,8 @@ void MachODumper::printStackMap() const {
|
|||
prettyPrintStackMap(
|
||||
W, StackMapParser<support::little>(StackMapContentsArray));
|
||||
else
|
||||
prettyPrintStackMap(W,
|
||||
StackMapParser<support::big>(StackMapContentsArray));
|
||||
prettyPrintStackMap(
|
||||
W, StackMapParser<support::big>(StackMapContentsArray));
|
||||
}
|
||||
|
||||
void MachODumper::printNeededLibraries() {
|
||||
|
|
Loading…
Reference in New Issue