diff options
Diffstat (limited to 'test/Verifier/alias.ll')
-rw-r--r-- | test/Verifier/alias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/alias.ll b/test/Verifier/alias.ll index 1847c0d4214..e14406550db 100644 --- a/test/Verifier/alias.ll +++ b/test/Verifier/alias.ll @@ -29,5 +29,5 @@ define available_externally void @f2() { @test3_a = global i32 42 @test3_b = weak alias i32, i32* @test3_a @test3_c = alias i32, i32* @test3_b -; CHECK: Alias cannot point to a weak alias +; CHECK: Alias cannot point to an interposable alias ; CHECK-NEXT: i32* @test3_c |