Merge the unused header file for LoopVectorizer into the source file.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 7 Jan 2013 10:44:06 +0000 (10:44 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 7 Jan 2013 10:44:06 +0000 (10:44 +0000)
commitf3252b12e02b1fcf01abf0a79b761c53de5985d0
treeb09278918356786e8f2fd43b1b11aac716256894
parent8bd6c52396ab6e7955fdcc1bce099b7cba29a308
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
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/LoopVectorize.h [deleted file]