[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / Assembler / alias-use-list-order.ll
bloba345dde1c79aa133ec33b31c84d887686284fdf9
1 ; RUN: verify-uselistorder < %s
3 ; Globals.
4 @global = global i32 0
5 @alias.ref1 = global ptr getelementptr inbounds (i32, ptr @alias, i64 1)
6 @alias.ref2 = global ptr getelementptr inbounds (i32, ptr @alias, i64 1)
8 ; Aliases.
9 @alias = alias i32, ptr @global
10 @alias.ref3 = alias i32, getelementptr inbounds (i32, ptr @alias, i64 1)
11 @alias.ref4 = alias i32, getelementptr inbounds (i32, ptr @alias, i64 1)