Changeset 5ee153d for src/main.cc
- Timestamp:
- Nov 8, 2021, 4:53:02 PM (9 months ago)
- Branches:
- enum, forall-pointer-decay, master, pthread-emulation
- Children:
- cc28780
- Parents:
- a5a08a05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
ra5a08a05 r5ee153d 10 10 // Created On : Fri May 15 23:12:02 2015 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Fri Oct 29 16:34:00 202113 // Update Count : 65 512 // Last Modified On : Mon Nov 8 11:42:00 2021 13 // Update Count : 656 14 14 // 15 15 … … 334 334 } // if 335 335 336 PASS( "Translate Throws", ControlStruct::translateThrows( translationUnit ) );337 338 336 CodeTools::fillLocations( translationUnit ); 339 337 … … 347 345 forceFillCodeLocations( transUnit ); 348 346 347 PASS( "Translate Throws", ControlStruct::translateThrows( transUnit ) ); 349 348 PASS( "Fix Labels", ControlStruct::fixLabels( transUnit ) ); 350 349 PASS( "Fix Names", CodeGen::fixNames( transUnit ) ); … … 384 383 translationUnit = convert( move( transUnit ) ); 385 384 } else { 385 PASS( "Translate Throws", ControlStruct::translateThrows( translationUnit ) ); 386 386 PASS( "Fix Labels", ControlStruct::fixLabels( translationUnit ) ); 387 387 PASS( "Fix Names", CodeGen::fixNames( translationUnit ) );
Note: See TracChangeset
for help on using the changeset viewer.