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/Transforms/Instrumentation | |
| 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/Transforms/Instrumentation')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/DebugIR.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/DebugIR.cpp b/llvm/lib/Transforms/Instrumentation/DebugIR.cpp index 086bbc35648..5cca8196d0e 100644 --- a/llvm/lib/Transforms/Instrumentation/DebugIR.cpp +++ b/llvm/lib/Transforms/Instrumentation/DebugIR.cpp @@ -20,10 +20,10 @@ #include "llvm/IR/ValueMap.h" #include "DebugIR.h" -#include "llvm/DebugInfo.h" #include "llvm/IR/AssemblyAnnotationWriter.h" #include "llvm/IR/DIBuilder.h" #include "llvm/IR/DataLayout.h" +#include "llvm/IR/DebugInfo.h" #include "llvm/IR/Instruction.h" #include "llvm/IR/LLVMContext.h" #include "llvm/IR/Module.h" diff --git a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp b/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp index d36923758b1..d990de2a181 100644 --- a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp +++ b/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp @@ -24,7 +24,7 @@ #include "llvm/ADT/StringExtras.h" #include "llvm/ADT/StringMap.h" #include "llvm/ADT/UniqueVector.h" -#include "llvm/DebugInfo.h" +#include "llvm/IR/DebugInfo.h" #include "llvm/IR/DebugLoc.h" #include "llvm/IR/IRBuilder.h" #include "llvm/IR/InstIterator.h" |

