diff options
author | Zachary Turner <zturner@google.com> | 2014-06-16 22:40:17 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2014-06-16 22:40:17 +0000 |
commit | 0f2c641f865b60afbb0739bc85974c923dc5862a (patch) | |
tree | dce6c29c4f8960e9db1407b75e00ff17dc018fb6 /llvm/lib/Support/Timer.cpp | |
parent | b344f057d0557e11b1535a45af2346b7cd8c4184 (diff) | |
download | bcm5719-llvm-0f2c641f865b60afbb0739bc85974c923dc5862a.tar.gz bcm5719-llvm-0f2c641f865b60afbb0739bc85974c923dc5862a.zip |
Remove some more code out into a separate CL.
llvm-svn: 211067
Diffstat (limited to 'llvm/lib/Support/Timer.cpp')
-rw-r--r-- | llvm/lib/Support/Timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp index 417ac8d6bb4..c7427260bff 100644 --- a/llvm/lib/Support/Timer.cpp +++ b/llvm/lib/Support/Timer.cpp @@ -18,7 +18,7 @@ #include "llvm/Support/FileSystem.h" #include "llvm/Support/Format.h" #include "llvm/Support/ManagedStatic.h" -#include "llvm/support/MutexGuard.h" +#include "llvm/Support/MutexGuard.h" #include "llvm/Support/Process.h" #include "llvm/Support/raw_ostream.h" using namespace llvm; |