~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2009-06-04-VirtualLiveIn.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 -march=x86
 
2
 
 
3
        type { %struct.GAP }            ; type %0
 
4
        type { i16, i8, i8 }            ; type %1
 
5
        type { [2 x i32], [2 x i32] }           ; type %2
 
6
        type { %struct.rec* }           ; type %3
 
7
        %struct.FILE_POS = type { i8, i8, i16, i32 }
 
8
        %struct.FIRST_UNION = type { %struct.FILE_POS }
 
9
        %struct.FOURTH_UNION = type { %struct.STYLE }
 
10
        %struct.GAP = type { i8, i8, i16 }
 
11
        %struct.LIST = type { %struct.rec*, %struct.rec* }
 
12
        %struct.SECOND_UNION = type { %1 }
 
13
        %struct.STYLE = type { %0, %0, i16, i16, i32 }
 
14
        %struct.THIRD_UNION = type { %2 }
 
15
        %struct.head_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %struct.THIRD_UNION, %struct.FOURTH_UNION, %struct.rec*, %3, %struct.rec*, %struct.rec*, %struct.rec*, %struct.rec*, %struct.rec*, %struct.rec*, %struct.rec*, %struct.rec*, i32 }
 
16
        %struct.rec = type { %struct.head_type }
 
17
 
 
18
define fastcc void @MinSize(%struct.rec* %x) nounwind {
 
19
entry:
 
20
        %tmp13 = load i8* undef, align 4                ; <i8> [#uses=3]
 
21
        %tmp14 = zext i8 %tmp13 to i32          ; <i32> [#uses=2]
 
22
        switch i32 %tmp14, label %bb1109 [
 
23
                i32 42, label %bb246
 
24
        ]
 
25
 
 
26
bb246:          ; preds = %entry, %entry
 
27
        switch i8 %tmp13, label %bb249 [
 
28
                i8 42, label %bb269
 
29
                i8 44, label %bb269
 
30
        ]
 
31
 
 
32
bb249:          ; preds = %bb246
 
33
        %tmp3240 = icmp eq i8 %tmp13, 0         ; <i1> [#uses=1]
 
34
        br i1 %tmp3240, label %bb974, label %bb269
 
35
 
 
36
bb269:
 
37
        %tmp3424 = getelementptr %struct.rec* %x, i32 0, i32 0, i32 0, i32 0, i32 1             ; <%struct.rec**> [#uses=0]
 
38
        unreachable
 
39
 
 
40
bb974:
 
41
        unreachable
 
42
 
 
43
bb1109:         ; preds = %entry
 
44
        call fastcc void @Image(i32 %tmp14) nounwind            ; <i8*> [#uses=0]
 
45
        unreachable
 
46
}
 
47
 
 
48
declare fastcc void @Image(i32) nounwind