mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 00:46:05 +00:00
[WebAssembly][NFC] Remove unnecessary braces
llvm-svn: 372358
This commit is contained in:
parent
a4da991e4a
commit
0c3d4cfbad
@ -690,9 +690,8 @@ void Writer::createOutputSegments() {
|
||||
return order(a->name) < order(b->name);
|
||||
});
|
||||
|
||||
for (size_t i = 0; i < segments.size(); ++i) {
|
||||
for (size_t i = 0; i < segments.size(); ++i)
|
||||
segments[i]->index = i;
|
||||
}
|
||||
}
|
||||
|
||||
static void createFunction(DefinedFunction *func, StringRef bodyContent) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user