diff options
| author | serge-sans-paille <sguelton@redhat.com> | 2022-03-28 14:10:26 +0200 |
|---|---|---|
| committer | serge-sans-paille <sguelton@redhat.com> | 2022-03-29 09:00:21 +0200 |
| commit | 01be9be2f2c0d56b2edc1505922dd9c202cbe014 (patch) | |
| tree | bbf5b4736ebb0708f0fc9da8bc91bd0946ecce41 /llvm/lib/CodeGen/CallingConvLower.cpp | |
| parent | a5900401b1475cdf98dbd210ac4bc362563cebbf (diff) | |
Cleanup includes: final pass
Cleanup a few extra files, this closes the work on libLLVM dependencies on my
side.
Impact on libLLVM preprocessed output: -35876 lines
Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup
Differential Revision: https://reviews.llvm.org/D122576
Diffstat (limited to 'llvm/lib/CodeGen/CallingConvLower.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/CallingConvLower.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CallingConvLower.cpp b/llvm/lib/CodeGen/CallingConvLower.cpp index 10c98e411a61..f74ff30ab2e1 100644 --- a/llvm/lib/CodeGen/CallingConvLower.cpp +++ b/llvm/lib/CodeGen/CallingConvLower.cpp @@ -17,7 +17,7 @@ #include "llvm/CodeGen/TargetLowering.h" #include "llvm/CodeGen/TargetRegisterInfo.h" #include "llvm/CodeGen/TargetSubtargetInfo.h" -#include "llvm/MC/MCSymbol.h" +#include "llvm/MC/MCRegisterInfo.h" #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/SaveAndRestore.h" |
