summaryrefslogtreecommitdiff
path: root/test/Verifier/alias.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/alias.ll')
-rw-r--r--test/Verifier/alias.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Verifier/alias.ll b/test/Verifier/alias.ll
index d71a7cb2b6..ff02a37bab 100644
--- a/test/Verifier/alias.ll
+++ b/test/Verifier/alias.ll
@@ -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