Fix include path in test pass.
authorJacques Pienaar <jpienaar@google.com>
Wed, 27 Mar 2019 20:24:05 +0000 (13:24 -0700)
committerjpienaar <jpienaar@google.com>
Sat, 30 Mar 2019 00:46:41 +0000 (17:46 -0700)
PiperOrigin-RevId: 240628260

mlir/lib/Transforms/Vectorization/VectorizerTestPass.cpp

index c06e935..5590dba 100644 (file)
@@ -30,8 +30,8 @@
 #include "mlir/Support/Functional.h"
 #include "mlir/Support/STLExtras.h"
 #include "mlir/Transforms/Passes.h"
-#include "third_party/llvm/llvm/include/llvm/ADT/STLExtras.h"
 
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"