-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated...
[oota-llvm.git] / test / Assembler / private-hidden-alias.ll
index 58be92a34f25272527280e0fe2bfac5872a92154..2e770e58784e88f2ee2ba8152d01159d752f225d 100644 (file)
@@ -2,5 +2,5 @@
 
 @global = global i32 0
 
-@alias = hidden alias private i32* @global
+@alias = private hidden alias i32* @global
 ; CHECK: symbol with local linkage must have default visibility