diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-04-20 05:18:51 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-04-20 05:18:51 +0000 |
commit | 2aaa269617e6cf018e73757001532db92d6a013a (patch) | |
tree | dd1b49a1664261b2516f37b25e6eed1fa58f0b8f /lib/Transforms/Vectorize/VecUtils.cpp | |
parent | fbcaf59e331310fcb783125351fd9e3b96c13e66 (diff) |
Fix the header comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179928 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Vectorize/VecUtils.cpp')
-rw-r--r-- | lib/Transforms/Vectorize/VecUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Vectorize/VecUtils.cpp b/lib/Transforms/Vectorize/VecUtils.cpp index e1ff3d91e1..c08bed7170 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 // |