aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineOutliner.cpp
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2024-12-16 08:48:57 +0000
committerDavid Green <david.green@arm.com>2024-12-16 08:48:57 +0000
commita35db2880a488b62a16f269972ad885fd58033f7 (patch)
treedf8fe6804c79001b1bb8f2642df346d138afac45 /llvm/lib/CodeGen/MachineOutliner.cpp
parentb4c1f0cc492f1597397dcf0b06b816fa0a2135f1 (diff)
downloadllvm-a35db2880a488b62a16f269972ad885fd58033f7.zip
llvm-a35db2880a488b62a16f269972ad885fd58033f7.tar.gz
llvm-a35db2880a488b62a16f269972ad885fd58033f7.tar.bz2
[NFC] Remove some unnecessary semicolons
All inside LLVM_DEBUG, some of which have been cleaned up by adding block scopes to allow them to format more nicely.
Diffstat (limited to 'llvm/lib/CodeGen/MachineOutliner.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineOutliner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineOutliner.cpp b/llvm/lib/CodeGen/MachineOutliner.cpp
index 19a96e3..4c54894 100644
--- a/llvm/lib/CodeGen/MachineOutliner.cpp
+++ b/llvm/lib/CodeGen/MachineOutliner.cpp
@@ -1182,7 +1182,7 @@ bool MachineOutliner::outline(
}
}
- LLVM_DEBUG(dbgs() << "OutlinedSomething = " << OutlinedSomething << "\n";);
+ LLVM_DEBUG(dbgs() << "OutlinedSomething = " << OutlinedSomething << "\n");
return OutlinedSomething;
}