summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
diff options
context:
space:
mode:
authorFlorian Hahn <florian.hahn@arm.com>2017-11-06 14:26:04 +0000
committerFlorian Hahn <florian.hahn@arm.com>2017-11-06 14:26:04 +0000
commit6720a089fd566be17e761a693a4f8bbba79d6d05 (patch)
treeed22572db2182b02f7a7fcf9a62b89909aad7db1 /llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
parente54cc1a436e6b76fa714d2a0e735dc51ebe2d030 (diff)
downloadbcm5719-llvm-6720a089fd566be17e761a693a4f8bbba79d6d05.tar.gz
bcm5719-llvm-6720a089fd566be17e761a693a4f8bbba79d6d05.zip
[Polly] Fix using order, as this caused a test failure (NFC)
Summary: Without this patch, clang-format in check-polly fails for me, with current master: ``` FAILED: cd build/tools/polly && build/bin/clang-format -sort-includes -style=llvm llvm/tools/polly/include/polly/ScopPass.h | diff -u llvm/tools/polly/include/polly/ScopPass.h - --- llvm/tools/polly/include/polly/ScopPass.h 2017-11-06 14:05:49.885345000 +0000 +++ - 2017-11-06 14:07:24.956241758 +0000 @@ -40,12 +40,12 @@ } // namespace polly namespace llvm { +using polly::SPMUpdater; using polly::Scop; using polly::ScopAnalysisManager; using polly::ScopAnalysisManagerFunctionProxy; using polly::ScopInfo; using polly::ScopStandardAnalysisResults; -using polly::SPMUpdater; template <> class InnerAnalysisManagerProxy<ScopAnalysisManager, Function>::Result { ``` Reviewers: grosser, Meinersbur, bollu Reviewed By: Meinersbur Subscribers: llvm-commits, pollydev Differential Revision: https://reviews.llvm.org/D39683 llvm-svn: 317478
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud