Thumb assembly parsing and encoding for LDR(immediate) form T1.
[oota-llvm.git] / lib / Support / Timer.cpp
index 44ee1777cb574b0215f849e07c55bb574c41ada7..a9ed5eecfa7e0d9c9ee9bfa5cb229a8b752ccb41 100644 (file)
@@ -17,8 +17,8 @@
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/Format.h"
-#include "llvm/System/Mutex.h"
-#include "llvm/System/Process.h"
+#include "llvm/Support/Mutex.h"
+#include "llvm/Support/Process.h"
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/StringMap.h"
 using namespace llvm;