[llvm] 85ba2f1 - LiveDebugVariables.cpp - remove unnecessary Compiler.h include. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 07:10:50 PDT 2020


Author: Simon Pilgrim
Date: 2020-09-17T15:06:02+01:00
New Revision: 85ba2f16633638e55ebc8e84bfbd0aaaa2f72b7a

URL: https://github.com/llvm/llvm-project/commit/85ba2f16633638e55ebc8e84bfbd0aaaa2f72b7a
DIFF: https://github.com/llvm/llvm-project/commit/85ba2f16633638e55ebc8e84bfbd0aaaa2f72b7a.diff

LOG: LiveDebugVariables.cpp - remove unnecessary Compiler.h include. NFCI.

Already included in LiveDebugVariables.h

Added: 
    

Modified: 
    llvm/lib/CodeGen/LiveDebugVariables.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp
index bfc6483db39a..bd7024e8f483 100644
--- a/llvm/lib/CodeGen/LiveDebugVariables.cpp
+++ b/llvm/lib/CodeGen/LiveDebugVariables.cpp
@@ -54,7 +54,6 @@
 #include "llvm/Pass.h"
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/CommandLine.h"
-#include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
 #include <algorithm>


        


More information about the llvm-commits mailing list