diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-03-06 00:46:21 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-03-06 00:46:21 +0000 |
commit | 9a4c9e597baeda303b21547a26b17224c6d470e9 (patch) | |
tree | 03fbbb58180469d8e2995b95e83db52505c165cf /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 7f908e8ef410c0ac567e26cbefb80bf5a00781f9 (diff) | |
download | bcm5719-llvm-9a4c9e597baeda303b21547a26b17224c6d470e9.tar.gz bcm5719-llvm-9a4c9e597baeda303b21547a26b17224c6d470e9.zip |
[Layering] Move DebugInfo.h into the IR library where its implementation
already lives.
llvm-svn: 203046
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugVariables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp index fd4c91abd72..fd7b309fb72 100644 --- a/llvm/lib/CodeGen/LiveDebugVariables.cpp +++ b/llvm/lib/CodeGen/LiveDebugVariables.cpp @@ -31,8 +31,8 @@ #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/Passes.h" #include "llvm/CodeGen/VirtRegMap.h" -#include "llvm/DebugInfo.h" #include "llvm/IR/Constants.h" +#include "llvm/IR/DebugInfo.h" #include "llvm/IR/Metadata.h" #include "llvm/IR/Value.h" #include "llvm/Support/CommandLine.h" |