diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-07 10:44:06 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-07 10:44:06 +0000 |
commit | f3252b12e02b1fcf01abf0a79b761c53de5985d0 (patch) | |
tree | b09278918356786e8f2fd43b1b11aac716256894 /lib/CodeGen/BasicTargetTransformInfo.cpp | |
parent | 8bd6c52396ab6e7955fdcc1bce099b7cba29a308 (diff) |
Merge the unused header file for LoopVectorizer into the source file.
This makes the loop vectorizer match the pattern followed by roughly all
other passses. =]
Notably, this header file was braken in several regards: it contained
a using namespace directive, global #define's that aren't globaly
appropriate, and global constants defined directly in the header file.
As a side benefit, lots of the types in this file become internal, which
will cause the optimizer to chew on this pass more effectively.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/BasicTargetTransformInfo.cpp')
0 files changed, 0 insertions, 0 deletions