~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/PowerPC/2009-11-25-ImpDefBug.ll

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-03-12 11:30:04 UTC
  • mfrom: (0.41.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100312113004-b0fop4bkycszdd0z
Tags: 0.96~rc1+dfsg-0ubuntu1
* New upstream RC - FFE (LP: #537636):
  - Add OfficialDatabaseOnly option to clamav-base.postinst.in
  - Add LocalSocketGroup option to clamav-base.postinst.in
  - Add LocalSocketMode option to clamav-base.postinst.in
  - Add CrossFilesystems option to clamav-base.postinst.in
  - Add ClamukoScannerCount option to clamav-base.postinst.in
  - Add BytecodeSecurity opiton to clamav-base.postinst.in
  - Add DetectionStatsHostID option to clamav-freshclam.postinst.in
  - Add Bytecode option to clamav-freshclam.postinst.in
  - Add MilterSocketGroup option to clamav-milter.postinst.in
  - Add MilterSocketMode option to clamav-milter.postinst.in
  - Add ReportHostname option to clamav-milter.postinst.in
  - Bump libclamav SO version to 6.1.0 in libclamav6.install
  - Drop clamdmon from clamav.examples (no longer shipped by upstream)
  - Drop libclamav.a from libclamav-dev.install (not built by upstream)
  - Update SO version for lintian override for libclamav6
  - Add new Bytecode Testing Tool, usr/bin/clambc, to clamav.install
  - Add build-depends on python and python-setuptools for new test suite
  - Update debian/copyright for the embedded copy of llvm (using the system
    llvm is not currently feasible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; RUN: llc < %s -mtriple=powerpc-apple-darwin9.5 -mcpu=g5
 
2
; rdar://7422268
 
3
 
 
4
%struct..0EdgeT = type { i32, i32, float, float, i32, i32, i32, float, i32, i32 }
 
5
 
 
6
define void @smooth_color_z_triangle(i32 %v0, i32 %v1, i32 %v2, i32 %pv) nounwind {
 
7
entry:
 
8
  br i1 undef, label %return, label %bb14
 
9
 
 
10
bb14:                                             ; preds = %entry
 
11
  br i1 undef, label %bb15, label %return
 
12
 
 
13
bb15:                                             ; preds = %bb14
 
14
  br i1 undef, label %bb16, label %bb17
 
15
 
 
16
bb16:                                             ; preds = %bb15
 
17
  br label %bb17
 
18
 
 
19
bb17:                                             ; preds = %bb16, %bb15
 
20
  %0 = fcmp olt float undef, 0.000000e+00         ; <i1> [#uses=2]
 
21
  %eTop.eMaj = select i1 %0, %struct..0EdgeT* undef, %struct..0EdgeT* null ; <%struct..0EdgeT*> [#uses=1]
 
22
  br label %bb69
 
23
 
 
24
bb24:                                             ; preds = %bb69
 
25
  br i1 undef, label %bb25, label %bb28
 
26
 
 
27
bb25:                                             ; preds = %bb24
 
28
  br label %bb33
 
29
 
 
30
bb28:                                             ; preds = %bb24
 
31
  br i1 undef, label %return, label %bb32
 
32
 
 
33
bb32:                                             ; preds = %bb28
 
34
  br i1 %0, label %bb38, label %bb33
 
35
 
 
36
bb33:                                             ; preds = %bb32, %bb25
 
37
  br i1 undef, label %bb34, label %bb38
 
38
 
 
39
bb34:                                             ; preds = %bb33
 
40
  br label %bb38
 
41
 
 
42
bb38:                                             ; preds = %bb34, %bb33, %bb32
 
43
  %eRight.08 = phi %struct..0EdgeT* [ %eTop.eMaj, %bb32 ], [ undef, %bb34 ], [ undef, %bb33 ] ; <%struct..0EdgeT*> [#uses=0]
 
44
  %fdgOuter.0 = phi i32 [ %fdgOuter.1, %bb32 ], [ undef, %bb34 ], [ %fdgOuter.1, %bb33 ] ; <i32> [#uses=1]
 
45
  %fz.3 = phi i32 [ %fz.2, %bb32 ], [ 2147483647, %bb34 ], [ %fz.2, %bb33 ] ; <i32> [#uses=1]
 
46
  %1 = add i32 undef, 1                           ; <i32> [#uses=0]
 
47
  br label %bb69
 
48
 
 
49
bb69:                                             ; preds = %bb38, %bb17
 
50
  %fdgOuter.1 = phi i32 [ undef, %bb17 ], [ %fdgOuter.0, %bb38 ] ; <i32> [#uses=2]
 
51
  %fz.2 = phi i32 [ undef, %bb17 ], [ %fz.3, %bb38 ] ; <i32> [#uses=2]
 
52
  br i1 undef, label %bb24, label %return
 
53
 
 
54
return:                                           ; preds = %bb69, %bb28, %bb14, %entry
 
55
  ret void
 
56
}