MC, COFF: Make bigobj test compatible with python3
[oota-llvm.git] / test / Linker / 2008-03-05-AliasReference.ll
index 7c19dfa15a05c6f1a3328764ba1b0ad24553c834..8ce1ccb33857eec409368e2b7ff749e12b32f298 100644 (file)
@@ -8,7 +8,7 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
 target triple = "x86_64-unknown-linux-gnu"
 @foo = weak global i32 0               ; <i32*> [#uses=1]
 
-@bar = alias weak i32* @foo            ; <i32*> [#uses=1]
+@bar = weak alias i32* @foo            ; <i32*> [#uses=1]
 
 define i32 @baz() nounwind  {
 entry: