diff options
| author | Kai Nacke <kai.peter.nacke@ibm.com> | 2026-04-10 18:39:48 -0400 |
|---|---|---|
| committer | Kai Nacke <kai.peter.nacke@ibm.com> | 2026-04-10 18:39:48 -0400 |
| commit | 6f3a307f8049226cdac07bd78ead5f9b77cc5bb7 (patch) | |
| tree | f498dcd7057751884d6894eae043a2a5dbe4b499 | |
| parent | 0316a2a5c3855c72173701c4a841e0a2c4a5e6b8 (diff) | |
| download | llvm-users/redstar/moveshowencoding.tar.gz llvm-users/redstar/moveshowencoding.tar.bz2 llvm-users/redstar/moveshowencoding.zip | |
Fix formattingusers/redstar/moveshowencoding
| -rw-r--r-- | llvm/include/llvm/MC/MCAsmStreamer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/MC/MCAsmStreamer.h b/llvm/include/llvm/MC/MCAsmStreamer.h index 9ec81f3259f7..942e9e40b127 100644 --- a/llvm/include/llvm/MC/MCAsmStreamer.h +++ b/llvm/include/llvm/MC/MCAsmStreamer.h @@ -36,7 +36,7 @@ protected: raw_null_ostream NullStream; MCAsmBaseStreamer(MCContext &Context, std::unique_ptr<MCCodeEmitter> Emitter, - std::unique_ptr<MCAsmBackend> AsmBackend); + std::unique_ptr<MCAsmBackend> AsmBackend); public: /// Return a raw_ostream that comments can be written to. |
