summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGLoopInfo.h
diff options
context:
space:
mode:
authorMark Heffernan <meheff@google.com>2014-07-21 23:10:56 +0000
committerMark Heffernan <meheff@google.com>2014-07-21 23:10:56 +0000
commit90cd70040399aafb4552ebd9ab56fffad91c48c1 (patch)
tree8f1e2e0605cf097ef6136e9fb5ee483347c61a1d /lib/CodeGen/CGLoopInfo.h
parent4ae9fc5880d0f2d341e38d6519e1f4850c7a3bed (diff)
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213587 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGLoopInfo.h')
-rw-r--r--lib/CodeGen/CGLoopInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGLoopInfo.h b/lib/CodeGen/CGLoopInfo.h
index 2461368336..2f6f172e04 100644
--- a/lib/CodeGen/CGLoopInfo.h
+++ b/lib/CodeGen/CGLoopInfo.h
@@ -46,7 +46,7 @@ struct LoopAttributes {
/// \brief llvm.loop.vectorize.width
unsigned VectorizerWidth;
- /// \brief llvm.loop.vectorize.unroll
+ /// \brief llvm.loop.interleave.count
unsigned VectorizerUnroll;
};