[llvm] 91848b1 - LowerEmuTLS.cpp - remove unused TargetLowering.h include. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 06:40:28 PDT 2020


Author: Simon Pilgrim
Date: 2020-09-03T14:40:09+01:00
New Revision: 91848b11b4cce3e0583ab0f1ab12333661f9c7ba

URL: https://github.com/llvm/llvm-project/commit/91848b11b4cce3e0583ab0f1ab12333661f9c7ba
DIFF: https://github.com/llvm/llvm-project/commit/91848b11b4cce3e0583ab0f1ab12333661f9c7ba.diff

LOG: LowerEmuTLS.cpp - remove unused TargetLowering.h include. NFC.

We only needed llvm/IR/Constants.h.

Added: 
    

Modified: 
    llvm/lib/CodeGen/LowerEmuTLS.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/LowerEmuTLS.cpp b/llvm/lib/CodeGen/LowerEmuTLS.cpp
index 36b863178b47..0afdee45cda7 100644
--- a/llvm/lib/CodeGen/LowerEmuTLS.cpp
+++ b/llvm/lib/CodeGen/LowerEmuTLS.cpp
@@ -15,8 +15,8 @@
 
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/CodeGen/Passes.h"
-#include "llvm/CodeGen/TargetLowering.h"
 #include "llvm/CodeGen/TargetPassConfig.h"
+#include "llvm/IR/Constants.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"
 #include "llvm/InitializePasses.h"


        


More information about the llvm-commits mailing list