From 60ca2569534fa7cff8c5ae64ee8ce6f74c3062b6 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Wed, 23 Mar 2022 15:15:07 +0100 Subject: [PATCH] Cleanup include: Add missing header Should fix https://lab.llvm.org/buildbot#builders/57/builds/16192 introduced by 02c28970b26b3888543d0a4c343a569fbf8fe16b --- llvm/lib/CodeGen/GlobalISel/Utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/CodeGen/GlobalISel/Utils.cpp b/llvm/lib/CodeGen/GlobalISel/Utils.cpp index 5983836..9888374 100644 --- a/llvm/lib/CodeGen/GlobalISel/Utils.cpp +++ b/llvm/lib/CodeGen/GlobalISel/Utils.cpp @@ -32,6 +32,7 @@ #include "llvm/CodeGen/TargetRegisterInfo.h" #include "llvm/IR/Constants.h" #include "llvm/Target/TargetMachine.h" +#include "llvm/Transforms/Utils/SizeOpts.h" #define DEBUG_TYPE "globalisel-utils" -- 2.7.4