[SeparateConstOffsetFromGEP] Remove TargetMachine.h include. NFC
authorCraig Topper <craig.topper@sifive.com>
Sat, 26 Feb 2022 05:39:03 +0000 (21:39 -0800)
committerCraig Topper <craig.topper@sifive.com>
Sat, 26 Feb 2022 05:40:00 +0000 (21:40 -0800)
This doesn't appear to be used and it would be a layering violation
if it was.

llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp

index d239250..7da5a78 100644 (file)
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/Target/TargetMachine.h"
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/Transforms/Utils/Local.h"
 #include <cassert>