mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Make this compatible with the HP/intel compiler. Fix by Duraid, thanks!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19548 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ae192d3558
commit
9a791eaf8f
@ -142,7 +142,7 @@ class PassManagerT : public PassManagerTraits<UnitType>,public AnalysisResolver{
|
||||
typedef typename Traits::BatcherClass BatcherClass;
|
||||
typedef typename Traits::ParentClass ParentClass;
|
||||
|
||||
#if defined(_MSC_VER) || defined(__INTEL_COMPILER)
|
||||
#if defined(_MSC_VER) || defined(__INTEL_COMPILER) || defined(__HP_aCC)
|
||||
friend PassClass;
|
||||
friend SubPassClass;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user