summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Transforms/Vectorize')
-rw-r--r--llvm/lib/Transforms/Vectorize/VecUtils.cpp2
-rw-r--r--llvm/lib/Transforms/Vectorize/VecUtils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Vectorize/VecUtils.cpp b/llvm/lib/Transforms/Vectorize/VecUtils.cpp
index e1ff3d91e16..c08bed71706 100644
--- a/llvm/lib/Transforms/Vectorize/VecUtils.cpp
+++ b/llvm/lib/Transforms/Vectorize/VecUtils.cpp
@@ -1,4 +1,4 @@
-//===- VecUtils.h --- Vectorization Utilities -----------------------------===//
+//===- VecUtils.cpp --- Vectorization Utilities ---------------------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Transforms/Vectorize/VecUtils.h b/llvm/lib/Transforms/Vectorize/VecUtils.h
index fed5178b802..3f6866407a6 100644
--- a/llvm/lib/Transforms/Vectorize/VecUtils.h
+++ b/llvm/lib/Transforms/Vectorize/VecUtils.h
@@ -1,4 +1,4 @@
-//===- VecUtils.cpp - Vectorization Utilities -----------------------------===//
+//===- VecUtils.h - Vectorization Utilities -------------------------------===//
//
// The LLVM Compiler Infrastructure
//
OpenPOWER on IntegriCloud