~pali/+junk/llvm-toolchain-3.7

« back to all changes in this revision

Viewing changes to test/Assembler/alias-use-list-order.ll

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2015-07-15 17:51:08 UTC
  • Revision ID: package-import@ubuntu.com-20150715175108-l8mynwovkx4zx697
Tags: upstream-3.7~+rc2
ImportĀ upstreamĀ versionĀ 3.7~+rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; RUN: verify-uselistorder < %s
 
2
 
 
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)
 
7
 
 
8
; Aliases.
 
9
@alias = alias 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)