[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git] / test / Assembler / alias-use-list-order.ll
blob7e72e450a750c29f7f8fbc6349bfe3c69be5b7d6
1 ; RUN: verify-uselistorder < %s
3 ; Globals.
4 @global = global i32 0
5 @alias.ref1 = global i32* getelementptr inbounds (i32, i32* @alias, i64 1)
6 @alias.ref2 = global i32* getelementptr inbounds (i32, i32* @alias, i64 1)
8 ; Aliases.
9 @alias = alias i32, i32* @global
10 @alias.ref3 = alias i32, getelementptr inbounds (i32, i32* @alias, i64 1)
11 @alias.ref4 = alias i32, getelementptr inbounds (i32, i32* @alias, i64 1)