[opaque pointer type] Add textual IR support for explicit type parameter for global...
[oota-llvm.git] / test / Assembler / private-hidden-alias.ll
index 2e770e58784e88f2ee2ba8152d01159d752f225d..eac27f488e6b690f47cb795be144b1c1973949bb 100644 (file)
@@ -2,5 +2,5 @@
 
 @global = global i32 0
 
 
 @global = global i32 0
 
-@alias = private hidden alias i32* @global
+@alias = private hidden alias i32, i32* @global
 ; CHECK: symbol with local linkage must have default visibility
 ; CHECK: symbol with local linkage must have default visibility