~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2006-10-12-CycleInDAG.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
        %struct.function = type opaque
 
3
        %struct.lang_decl = type opaque
 
4
        %struct.location_t = type { i8*, i32 }
 
5
        %struct.rtx_def = type opaque
 
6
        %struct.tree_common = type { %struct.tree_node*, %struct.tree_node*, %union.tree_ann_d*, i8, i8, i8, i8, i8 }
 
7
        %struct.tree_decl = type { %struct.tree_common, %struct.location_t, i32, %struct.tree_node*, i8, i8, i8, i8, i8, i8, i8, i8, i32, %struct.tree_decl_u1, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.rtx_def*, i32, %struct.tree_decl_u2, %struct.tree_node*, %struct.tree_node*, i64, %struct.lang_decl* }
 
8
        %struct.tree_decl_u1 = type { i64 }
 
9
        %struct.tree_decl_u2 = type { %struct.function* }
 
10
        %struct.tree_node = type { %struct.tree_decl }
 
11
        %union.tree_ann_d = type opaque
 
12
 
 
13
define void @check_format_arg() {
 
14
        br i1 false, label %cond_next196, label %bb12.preheader
 
15
 
 
16
bb12.preheader:         ; preds = %0
 
17
        ret void
 
18
 
 
19
cond_next196:           ; preds = %0
 
20
        br i1 false, label %cond_next330, label %cond_true304
 
21
 
 
22
cond_true304:           ; preds = %cond_next196
 
23
        ret void
 
24
 
 
25
cond_next330:           ; preds = %cond_next196
 
26
        br i1 false, label %cond_next472, label %bb441
 
27
 
 
28
bb441:          ; preds = %cond_next330
 
29
        ret void
 
30
 
 
31
cond_next472:           ; preds = %cond_next330
 
32
        %tmp490 = load %struct.tree_node** null         ; <%struct.tree_node*> [#uses=1]
 
33
        %tmp492 = getelementptr %struct.tree_node* %tmp490, i32 0, i32 0, i32 0, i32 3          ; <i8*> [#uses=1]
 
34
        %tmp492.upgrd.1 = bitcast i8* %tmp492 to i32*           ; <i32*> [#uses=1]
 
35
        %tmp493 = load i32* %tmp492.upgrd.1             ; <i32> [#uses=1]
 
36
        %tmp495 = trunc i32 %tmp493 to i8               ; <i8> [#uses=1]
 
37
        %tmp496 = icmp eq i8 %tmp495, 11                ; <i1> [#uses=1]
 
38
        %tmp496.upgrd.2 = zext i1 %tmp496 to i8         ; <i8> [#uses=1]
 
39
        store i8 %tmp496.upgrd.2, i8* null
 
40
        ret void
 
41
}