aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-04-20 05:18:51 +0000
committerNadav Rotem <nrotem@apple.com>2013-04-20 05:18:51 +0000
commit2aaa269617e6cf018e73757001532db92d6a013a (patch)
treedd1b49a1664261b2516f37b25e6eed1fa58f0b8f
parentfbcaf59e331310fcb783125351fd9e3b96c13e66 (diff)
downloadexternal_llvm-2aaa269617e6cf018e73757001532db92d6a013a.zip
external_llvm-2aaa269617e6cf018e73757001532db92d6a013a.tar.gz
external_llvm-2aaa269617e6cf018e73757001532db92d6a013a.tar.bz2
Fix the header comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179928 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/Vectorize/VecUtils.cpp2
-rw-r--r--lib/Transforms/Vectorize/VecUtils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Transforms/Vectorize/VecUtils.cpp b/lib/Transforms/Vectorize/VecUtils.cpp
index e1ff3d9..c08bed7 100644
--- a/lib/Transforms/Vectorize/VecUtils.cpp
+++ b/lib/Transforms/Vectorize/VecUtils.cpp
@@ -1,4 +1,4 @@
-//===- VecUtils.h --- Vectorization Utilities -----------------------------===//
+//===- VecUtils.cpp --- Vectorization Utilities ---------------------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/lib/Transforms/Vectorize/VecUtils.h b/lib/Transforms/Vectorize/VecUtils.h
index fed5178..3f68664 100644
--- a/lib/Transforms/Vectorize/VecUtils.h
+++ b/lib/Transforms/Vectorize/VecUtils.h
@@ -1,4 +1,4 @@
-//===- VecUtils.cpp - Vectorization Utilities -----------------------------===//
+//===- VecUtils.h - Vectorization Utilities -------------------------------===//
//
// The LLVM Compiler Infrastructure
//