mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-14 19:03:14 +01:00
Remove USE_METADATA.
It has been on by default for quite some time now.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#if USE_METADATA
|
||||
|
||||
//===-- GarbageCollect2Stack.cpp - Promote or remove GC allocations -------===//
|
||||
//
|
||||
// LDC – the LLVM D compiler
|
||||
@@ -801,5 +799,3 @@ bool isSafeToStackAllocate(Instruction* Alloc, Value* V, DominatorTree& DT,
|
||||
// All uses examined - not captured or live across original allocation.
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif // USE_METADATA
|
||||
|
||||
Reference in New Issue
Block a user