Remove USE_METADATA.

It has been on by default for quite some time now.
This commit is contained in:
David Nadlinger
2013-06-07 02:48:53 +02:00
parent 9fbad3c4ba
commit 43e27d0dd1
7 changed files with 1 additions and 27 deletions

View File

@@ -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