Use pool allocator for all the VNInfo's to improve memory access locality. This reduc...
[oota-llvm.git] / test / Feature / globalredefinition.ll
index e7b37eedc6d8cdaaac849f606dafc7f1779b0eec..642c093d163c945436b851baee3fc50e4fabba7a 100644 (file)
@@ -4,12 +4,8 @@
 
 ; Test forward references and redefinitions of globals
 
-%Y = global void()* %X
-
 %A = global int* %B
 %B = global int 7
-%B = global int 7
-
 
 declare void %X()