diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-09-17 15:05:45 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-09-17 15:06:02 +0100 |
commit | 85ba2f16633638e55ebc8e84bfbd0aaaa2f72b7a (patch) | |
tree | 0abd8b1c2b29e7e9e826a9c78ecce6a07101a37f /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 46e59062a0e25be6e29d3fb342402f69b0e470b1 (diff) | |
download | llvm-85ba2f16633638e55ebc8e84bfbd0aaaa2f72b7a.zip llvm-85ba2f16633638e55ebc8e84bfbd0aaaa2f72b7a.tar.gz llvm-85ba2f16633638e55ebc8e84bfbd0aaaa2f72b7a.tar.bz2 |
LiveDebugVariables.cpp - remove unnecessary Compiler.h include. NFCI.
Already included in LiveDebugVariables.h
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugVariables.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp index bfc6483..bd7024e 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> |