Class: AdLint::Cc1::Prepare1Phase

Inherits:
CPhase show all
Defined in:
lib/adlint/cc1/phase.rb

Instance Method Summary collapse

Methods inherited from Phase

#execute

Methods included from MonitorUtil

#checkpoint, #monitored_region

Constructor Details

#initialize(phase_ctxt) ⇒ Prepare1Phase

Returns a new instance of Prepare1Phase.



50
51
52
# File 'lib/adlint/cc1/phase.rb', line 50

def initialize(phase_ctxt)
  super(phase_ctxt, "pr3")
end