aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Nacke <kai.peter.nacke@ibm.com>2026-04-10 18:39:48 -0400
committerKai Nacke <kai.peter.nacke@ibm.com>2026-04-10 18:39:48 -0400
commit6f3a307f8049226cdac07bd78ead5f9b77cc5bb7 (patch)
treef498dcd7057751884d6894eae043a2a5dbe4b499
parent0316a2a5c3855c72173701c4a841e0a2c4a5e6b8 (diff)
downloadllvm-users/redstar/moveshowencoding.tar.gz
llvm-users/redstar/moveshowencoding.tar.bz2
llvm-users/redstar/moveshowencoding.zip
-rw-r--r--llvm/include/llvm/MC/MCAsmStreamer.h2
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.