Add MLA alias for ARMv4 support.
[oota-llvm.git] / lib / IR / GCOV.cpp
index e39842c2fddbf27f0ab3d18e5dde229af0fdec65..466828113b8f7861494bae1d1536830606d11971 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Debug.h"
-#include "llvm/Support/GCOV.h"
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/Support/Format.h"
+#include "llvm/Support/GCOV.h"
 #include "llvm/Support/MemoryObject.h"
 #include "llvm/Support/system_error.h"
 #include <algorithm>