~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/cases/longjmp_tiny_phi2.ll

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2014-02-05 18:46:19 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140205184619-bmxq31rw0cd3ar4u
Tags: 1.10.0~20140205~ef1e460-1
* New snapshot release
* Also install cmake / emscripten files. Thanks to Daniele Di Proietto
  for the patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  br label %if.end, !dbg !25
25
25
 
26
26
if.end:                                           ; preds = %if.else, %if.then
27
 
  %aaa = phi i32 [ -1, %if.then ], [ 1, %two ], [ 2, %entry ]
 
27
  %aaa = phi i32 [ -1, %if.then ], [ 1, %two ]
28
28
  %call3 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([6 x i8]* @.str2, i32 0, i32 0), i32 %aaa), !dbg !26
29
29
  ret i32 %aaa, !dbg !28
30
30
}