[llvm] 9a6e0af - Unbreak the build after 02c28970b2

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 06:38:30 PDT 2022


Author: Benjamin Kramer
Date: 2022-03-23T14:38:13+01:00
New Revision: 9a6e0afac5bf117bdd0bbc82937e04f0edb7f305

URL: https://github.com/llvm/llvm-project/commit/9a6e0afac5bf117bdd0bbc82937e04f0edb7f305
DIFF: https://github.com/llvm/llvm-project/commit/9a6e0afac5bf117bdd0bbc82937e04f0edb7f305.diff

LOG: Unbreak the build after 02c28970b2

Added: 
    

Modified: 
    llvm/lib/CodeGen/GlobalISel/Utils.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/GlobalISel/Utils.cpp b/llvm/lib/CodeGen/GlobalISel/Utils.cpp
index 5f6b9c80ee36d..5983836734888 100644
--- a/llvm/lib/CodeGen/GlobalISel/Utils.cpp
+++ b/llvm/lib/CodeGen/GlobalISel/Utils.cpp
@@ -23,6 +23,7 @@
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineOptimizationRemarkEmitter.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
+#include "llvm/CodeGen/MachineSizeOpts.h"
 #include "llvm/CodeGen/RegisterBankInfo.h"
 #include "llvm/CodeGen/StackProtector.h"
 #include "llvm/CodeGen/TargetInstrInfo.h"


        


More information about the llvm-commits mailing list