Remove trailing whitespace, fix file path in comment
[oota-llvm.git] / lib / IR / LeakDetector.cpp
index 7ffc0491b673311cca4ef1d2e6870e4dc57cf487..835e5e61cdf9380133abc6cba8ff54afa49e5a7a 100644 (file)
 #include "llvm/Support/LeakDetector.h"
 #include "LLVMContextImpl.h"
 #include "llvm/ADT/SmallPtrSet.h"
+#include "llvm/IR/Value.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/Mutex.h"
 #include "llvm/Support/Threading.h"
-#include "llvm/Value.h"
 using namespace llvm;
 
 static ManagedStatic<sys::SmartMutex<true> > ObjectsLock;