Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
[oota-llvm.git] / test / Verifier / alias.ll
index d71a7cb2b6ea86909a159c9b0f18e4e9b39bc884..ff02a37bab95d2c6818af3069a6ec58b1e86874a 100644 (file)
@@ -11,10 +11,6 @@ declare void @f()
 ; CHECK: Alias must point to a definition
 ; CHECK-NEXT: @ga
 
-; References to a global declaration from an initializer are OK.
-@gptr = global i32* @g
-@gptr_a = alias i32** @gptr
-; CHECK-NOT: Alias must point to a definition
 
 @test2_a = alias i32* @test2_b
 @test2_b = alias i32* @test2_a