comparison gen/passes/GarbageCollect2Stack.cpp @ 1558:3adcb70700cb

Added back option to disable metadata generation and users. Set USE_METADATA to OFF in ccmake.
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Fri, 31 Jul 2009 11:28:31 +0200
parents ed0cffe895ec
children 06d5cc873350
comparison
equal deleted inserted replaced
1557:d11aeae19b95 1558:3adcb70700cb
1 #if USE_METADATA
2
1 //===- GarbageCollect2Stack - Optimize calls to the D garbage collector ---===// 3 //===- GarbageCollect2Stack - Optimize calls to the D garbage collector ---===//
2 // 4 //
3 // The LLVM D Compiler 5 // The LLVM D Compiler
4 // 6 //
5 // This file is distributed under the University of Illinois Open Source 7 // This file is distributed under the University of Illinois Open Source
640 } 642 }
641 643
642 // All uses examined - not captured or live across original allocation. 644 // All uses examined - not captured or live across original allocation.
643 return true; 645 return true;
644 } 646 }
647
648 #endif // USE_METADATA