~ubuntu-branches/ubuntu/quantal/llvm-3.1/quantal

« back to all changes in this revision

Viewing changes to test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-03-29 19:09:51 UTC
  • Revision ID: package-import@ubuntu.com-20120329190951-aq83ivog4cg8bxun
Tags: upstream-3.1~svn153643
ImportĀ upstreamĀ versionĀ 3.1~svn153643

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; RUN: llc < %s -mtriple=powerpc64-apple-darwin
 
2
 
 
3
declare void @cxa_atexit_check_1(i8*)
 
4
 
 
5
define i32 @check_cxa_atexit(i32 (void (i8*)*, i8*, i8*)* %cxa_atexit, void (i8*)* %cxa_finalize) {
 
6
entry:
 
7
        %tmp7 = call i32 null( void (i8*)* @cxa_atexit_check_1, i8* null, i8* null )            ; <i32> [#uses=0]
 
8
        br i1 false, label %cond_true, label %cond_next
 
9
 
 
10
cond_true:    ; preds = %entry
 
11
        ret i32 0
 
12
 
 
13
cond_next:        ; preds = %entry
 
14
        ret i32 0
 
15
}