Mercurial > hg > CbC > CbC_llvm
view test/DebugInfo/2009-10-16-Phi.ll @ 85:5e5d649e25d2
Update LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Feb 2015 15:19:25 +0900 |
parents | 60c9769439b8 |
children |
line wrap: on
line source
; RUN: llvm-as %s -disable-output define i32 @foo() { E: br label %B2 B1: br label %B2 B2: %0 = phi i32 [ 0, %E ], [ 1, %B1 ], !dbg !0 ret i32 %0 } !0 = !{i32 42}