From: Simon Pilgrim Date: Thu, 21 May 2020 10:38:09 +0000 (+0100) Subject: MachineMemOperand.h - reduce GlobalValue.h include to just DerivedTypes.h. NFC. X-Git-Tag: llvmorg-12-init~5464 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fee5a9a6ea1369aafa9adc12cbaaee63e7d78431;p=platform%2Fupstream%2Fllvm.git MachineMemOperand.h - reduce GlobalValue.h include to just DerivedTypes.h. NFC. We don't need anything specifically from GlobalValue.h --- diff --git a/llvm/include/llvm/CodeGen/MachineMemOperand.h b/llvm/include/llvm/CodeGen/MachineMemOperand.h index d8862d6..1befe93 100644 --- a/llvm/include/llvm/CodeGen/MachineMemOperand.h +++ b/llvm/include/llvm/CodeGen/MachineMemOperand.h @@ -18,7 +18,7 @@ #include "llvm/ADT/BitmaskEnum.h" #include "llvm/ADT/PointerUnion.h" #include "llvm/CodeGen/PseudoSourceValue.h" -#include "llvm/IR/GlobalValue.h" +#include "llvm/IR/DerivedTypes.h" #include "llvm/IR/Value.h" // PointerLikeTypeTraits #include "llvm/Support/AtomicOrdering.h" #include "llvm/Support/DataTypes.h"