diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-03-04 12:46:06 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-03-04 12:46:06 +0000 |
| commit | 4b6845c7e7629330b11806ed569cdc8a24b9233f (patch) | |
| tree | 631b582c539778fa2f6ae7d56526e494d48613bb /llvm/lib/IR/Function.cpp | |
| parent | e7b3e4c2ae3740229fe85a41304f8192a850181f (diff) | |
| download | bcm5719-llvm-4b6845c7e7629330b11806ed569cdc8a24b9233f.tar.gz bcm5719-llvm-4b6845c7e7629330b11806ed569cdc8a24b9233f.zip | |
[Modules] Move the LeakDetector header into the IR library where the
source file had already been moved. Also move the unittest into the IR
unittest library.
This may seem an odd thing to put in the IR library but we only really
use this with instructions and it needs the LLVM context to work, so it
is intrinsically tied to the IR library.
llvm-svn: 202842
Diffstat (limited to 'llvm/lib/IR/Function.cpp')
| -rw-r--r-- | llvm/lib/IR/Function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/Function.cpp b/llvm/lib/IR/Function.cpp index 6d418a4c366..72f38c54756 100644 --- a/llvm/lib/IR/Function.cpp +++ b/llvm/lib/IR/Function.cpp @@ -23,8 +23,8 @@ #include "llvm/IR/InstIterator.h" #include "llvm/IR/IntrinsicInst.h" #include "llvm/IR/LLVMContext.h" +#include "llvm/IR/LeakDetector.h" #include "llvm/IR/Module.h" -#include "llvm/Support/LeakDetector.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/RWMutex.h" #include "llvm/Support/StringPool.h" |

