[llvm] 60ca256 - Cleanup include: Add missing header
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 23 07:16:21 PDT 2022
Author: serge-sans-paille
Date: 2022-03-23T15:15:56+01:00
New Revision: 60ca2569534fa7cff8c5ae64ee8ce6f74c3062b6
URL: https://github.com/llvm/llvm-project/commit/60ca2569534fa7cff8c5ae64ee8ce6f74c3062b6
DIFF: https://github.com/llvm/llvm-project/commit/60ca2569534fa7cff8c5ae64ee8ce6f74c3062b6.diff
LOG: Cleanup include: Add missing header
Should fix https://lab.llvm.org/buildbot#builders/57/builds/16192 introduced by
02c28970b26b3888543d0a4c343a569fbf8fe16b
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 5983836734888..98883747e1ed4 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"
More information about the llvm-commits
mailing list