AsmParser: Reject alloca with function type
[oota-llvm.git] / test / Assembler / private-protected-alias.ll
index a72c248f0b0349cf3eedae15868d8db40767fa95..f1824a2f3c7c4299968ae7a7a368e1833ffc4b97 100644 (file)
@@ -2,5 +2,5 @@
 
 @global = global i32 0
 
-@alias = protected alias private i32* @global
+@alias = private protected alias i32* @global
 ; CHECK: symbol with local linkage must have default visibility