aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCExpr.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2024-07-02 16:56:35 -0700
committerGitHub <noreply@github.com>2024-07-02 16:56:35 -0700
commit35668e2c9cb1a09fac1773dfc62fcd892b358294 (patch)
tree3be828272f9a6a6b2d4cc887da663a0b25cb2d65 /llvm/lib/MC/MCExpr.cpp
parenta1c4926dd0ffbc3be8b27b159d8b1978b2ee9411 (diff)
downloadllvm-35668e2c9cb1a09fac1773dfc62fcd892b358294.zip
llvm-35668e2c9cb1a09fac1773dfc62fcd892b358294.tar.gz
llvm-35668e2c9cb1a09fac1773dfc62fcd892b358294.tar.bz2
Remove llvm/MC/MCAsmLayout.h and the unused parameter in MCAssembler::layout
This restores 63ec52f867ada8d841dd872acf3d0cb62e2a99e8 and 46f7929879a59ec72dc75679b4201e2d314efba9, NFC changes that were unnecessarily reverted. This completes the work that merges MCAsmLayout into MCAssembler. Pull Request: https://github.com/llvm/llvm-project/pull/97449
Diffstat (limited to 'llvm/lib/MC/MCExpr.cpp')
-rw-r--r--llvm/lib/MC/MCExpr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCExpr.cpp b/llvm/lib/MC/MCExpr.cpp
index 0a175ade..b42a668 100644
--- a/llvm/lib/MC/MCExpr.cpp
+++ b/llvm/lib/MC/MCExpr.cpp
@@ -12,7 +12,6 @@
#include "llvm/Config/llvm-config.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCAsmInfo.h"
-#include "llvm/MC/MCAsmLayout.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCObjectWriter.h"