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 | dfd8fcbb00336a0577637936a1c9bc296be60ecd (patch) | |
tree | b2f46d1892df19b62088591df26c50c2fe0fc666 /llvm/lib/Transforms/Vectorize/VecUtils.h | |
parent | 5ed99674e95304809e9fce39d55c4f212eda6f42 (diff) | |
download | bcm5719-llvm-dfd8fcbb00336a0577637936a1c9bc296be60ecd.tar.gz bcm5719-llvm-dfd8fcbb00336a0577637936a1c9bc296be60ecd.zip |
Fix the header comment.
llvm-svn: 179928
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/VecUtils.h')
-rw-r--r-- | llvm/lib/Transforms/Vectorize/VecUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 // |