[opaque pointer type] Add textual IR support for explicit type parameter for global...
[oota-llvm.git] / test / Feature / comdat.ll
index c2a9d639629306cf6521b9b85782d5d6db4530ed..b0286c06ea0f66514c0f38f58e64f3268d354380 100644 (file)
@@ -9,8 +9,8 @@ $f2 = comdat any
 @v = global i32 0, comdat($f)
 ; CHECK: @v = global i32 0, comdat($f)
 
-@a = alias i32* @v
-; CHECK: @a = alias i32* @v{{$}}
+@a = alias i32, i32* @v
+; CHECK: @a = alias i32, i32* @v{{$}}
 
 define void @f() comdat($f) {
   ret void