Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/Assembler/alias-use-list-order.ll @ 107:a03ddd01be7e
resolve warnings
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 31 Jan 2016 17:34:49 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line source
; RUN: verify-uselistorder < %s ; Globals. @global = global i32 0 @alias.ref1 = global i32* getelementptr inbounds (i32, i32* @alias, i64 1) @alias.ref2 = global i32* getelementptr inbounds (i32, i32* @alias, i64 1) ; Aliases. @alias = alias i32, i32* @global @alias.ref3 = alias i32, getelementptr inbounds (i32, i32* @alias, i64 1) @alias.ref4 = alias i32, getelementptr inbounds (i32, i32* @alias, i64 1)