diff options
Diffstat (limited to 'llvm/test/Verifier/alias.ll')
-rw-r--r-- | llvm/test/Verifier/alias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Verifier/alias.ll b/llvm/test/Verifier/alias.ll index ff02a37bab9..dd04ae05f63 100644 --- a/llvm/test/Verifier/alias.ll +++ b/llvm/test/Verifier/alias.ll @@ -21,7 +21,7 @@ declare void @f() @test3_a = global i32 42 -@test3_b = alias weak i32* @test3_a +@test3_b = weak alias i32* @test3_a @test3_c = alias i32* @test3_b ; CHECK: Alias cannot point to a weak alias ; CHECK-NEXT: i32* @test3_c |