summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-07-14 05:41:45 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-07-14 05:41:45 +0000
commit49e56440f9494e491b5fdddbdbe758bfa5a429af (patch)
treeffe825152a3232cb15ddac324341728e218ff0dc /llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
parentb94011fd28ff346162c07a616466e8f966f03297 (diff)
downloadbcm5719-llvm-49e56440f9494e491b5fdddbdbe758bfa5a429af.tar.gz
bcm5719-llvm-49e56440f9494e491b5fdddbdbe758bfa5a429af.zip
Add missing include guards into headers in lib/Headers. While it may appear
that these headers should not be included more than once, they are in fact included twice when building our builtins module (in order for it to generate submodules for them), and without this, any modular build enabling AVX and including any builtin header fails. Testing this is tricky because including any of these headers in a modular build is liable to fail, due to unrelated builtin headers in the same module including headers which might not be available on the system running the tests. Suggestion on that front are welcome (but we're getting close to being able to run a buildbot that has modules enabled for all tests, which would nicely solve the testing problem). llvm-svn: 186275
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud