[FastISel][AArch64] Add support for more addressing modes.
[oota-llvm.git] / test / Verifier / alias.ll
index ff02a37bab95d2c6818af3069a6ec58b1e86874a..dd04ae05f6341e49ea8f92503e4c9b7d8727d9bf 100644 (file)
@@ -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