Move a DenseMap's declaration outside of a loop, and just call
[oota-llvm.git] / test / Assembler / 2002-07-08-HugePerformanceProblem.ll
index d961ce6fbad697d4f7b20f8e027d26516f9fc431..b9ebfbe2ad619ff8c8e652d3e9fdb007b1591318 100644 (file)
@@ -1,6 +1,6 @@
 ; This file takes about 48 __MINUTES__ to assemble using as.  This is WAY too
 ; long.  The type resolution code needs to be sped up a lot.
-; RUN: llvm-as < %s -o /dev/null -f    
+; RUN: llvm-as %s -o /dev/null -f      
        %ALL_INTERSECTIONS_METHOD = type i32 (%OBJECT*, %RAY*, %ISTACK*)*
        %BBOX = type { %BBOX_VECT, %BBOX_VECT }
        %BBOX_TREE = type { i16, i16, %BBOX, %BBOX_TREE** }