With the fix for llvm bug 19668: enable inlining also for GCC!

This commit is contained in:
Axel Naumann 2017-05-04 10:02:24 +02:00 committed by sftnight
parent 68d860707b
commit 35915644ad

View File

@ -96,7 +96,7 @@ void BackendPasses::CreatePasses(llvm::Module& M, int OptLevel)
CGOpts_.VectorizeSLP = 1;
#endif
#ifdef __GNUC__
#if 0 // def __GNUC__
// Better inlining is pending https://bugs.llvm.org//show_bug.cgi?id=19668
// and its consequence https://sft.its.cern.ch/jira/browse/ROOT-7111
// shown e.g. by roottest/cling/stl/map/badstringMap