aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCStreamer.cpp
diff options
context:
space:
mode:
authorAmir Ayupov <aaupov@fb.com>2024-01-18 19:59:09 -0800
committerAmir Ayupov <aaupov@fb.com>2024-01-18 19:59:09 -0800
commit9fec33aadc56c8c4ad3778a92dc0aaa3201a63ae (patch)
tree4f3bea9b1b20a36bb0ee374a6fca3b0987ec00c8 /llvm/lib/MC/MCStreamer.cpp
parent82bc33ea3f1a539be50ed46919dc53fc6b685da9 (diff)
downloadllvm-9fec33aadc56c8c4ad3778a92dc0aaa3201a63ae.zip
llvm-9fec33aadc56c8c4ad3778a92dc0aaa3201a63ae.tar.gz
llvm-9fec33aadc56c8c4ad3778a92dc0aaa3201a63ae.tar.bz2
Revert "[BOLT] Fix unconditional output of boltedcollection in merge-fdata (#78653)"
This reverts commit 82bc33ea3f1a539be50ed46919dc53fc6b685da9. Accidentally pushed unrelated changes.
Diffstat (limited to 'llvm/lib/MC/MCStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCStreamer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp
index 5738ae2..bc145ae 100644
--- a/llvm/lib/MC/MCStreamer.cpp
+++ b/llvm/lib/MC/MCStreamer.cpp
@@ -1234,8 +1234,6 @@ void MCStreamer::emitValueToAlignment(Align Alignment, int64_t Value,
unsigned MaxBytesToEmit) {}
void MCStreamer::emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
unsigned MaxBytesToEmit) {}
-void MCStreamer::emitNeverAlignCodeAtEnd(unsigned ByteAlignment,
- const MCSubtargetInfo &STI) {}
void MCStreamer::emitValueToOffset(const MCExpr *Offset, unsigned char Value,
SMLoc Loc) {}
void MCStreamer::emitBundleAlignMode(Align Alignment) {}