diff gen/passes/GarbageCollect2Stack.cpp @ 1533:d1652c8fb4f6

Get rid of USE_METADATA
author Benjamin Kramer <benny.kra@gmail.com>
date Sat, 11 Jul 2009 14:19:21 +0200
parents 360a8e8eea51
children 6364e09628fd
line wrap: on
line diff
--- a/gen/passes/GarbageCollect2Stack.cpp	Sat Jul 11 14:09:33 2009 +0200
+++ b/gen/passes/GarbageCollect2Stack.cpp	Sat Jul 11 14:19:21 2009 +0200
@@ -14,11 +14,6 @@
 
 #include "gen/metadata.h"
 
-// This pass doesn't work without metadata, so #ifdef it out entirely if the
-// LLVM version in use doesn't support it.
-#ifdef USE_METADATA
-
-
 #define DEBUG_TYPE "dgc2stack"
 
 #include "Passes.h"
@@ -647,6 +642,3 @@
   // All uses examined - not captured or live across original allocation.
   return true;
 }
-
-
-#endif //USE_METADATA