summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commitdfd8fcbb00336a0577637936a1c9bc296be60ecd (patch)
treeb2f46d1892df19b62088591df26c50c2fe0fc666 /llvm/lib
parent5ed99674e95304809e9fce39d55c4f212eda6f42 (diff)
downloadbcm5719-llvm-dfd8fcbb00336a0577637936a1c9bc296be60ecd.tar.gz
bcm5719-llvm-dfd8fcbb00336a0577637936a1c9bc296be60ecd.zip
Fix the header comment.
llvm-svn: 179928
Diffstat (limited to 'llvm/lib')
-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