Mercurial > hg > Members > tobaru > cbc > CbC_llvm
annotate test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll @ 128:c347d3398279 default tip
fix
author | mir3636 |
---|---|
date | Wed, 06 Dec 2017 14:37:17 +0900 |
parents | 95c75e76d11b |
children |
rev | line source |
---|---|
0 | 1 ; RUN: llc < %s -mtriple=arm-unknown-linux-gnueabi -mattr=+v6 |
2 ; PR4166 | |
3 | |
4 %"byte[]" = type { i32, i8* } | |
5 %tango.time.Time.Time = type { i64 } | |
6 | |
7 define fastcc void @t() { | |
8 entry: | |
9 %tmp28 = call fastcc i1 null(i32* null, %"byte[]" undef, %"byte[]" undef, %tango.time.Time.Time* byval null) ; <i1> [#uses=0] | |
10 ret void | |
11 } |