~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/Generic/switch-lower-feature.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
 
2
 
 
3
define i32 @test(i32 %tmp158) {
 
4
entry:
 
5
        switch i32 %tmp158, label %bb336 [
 
6
                 i32 120, label %bb338
 
7
                 i32 121, label %bb338
 
8
                 i32 122, label %bb338
 
9
                 i32 123, label %bb338
 
10
                 i32 124, label %bb338
 
11
                 i32 125, label %bb338
 
12
                 i32 126, label %bb338
 
13
                 i32 1024, label %bb338
 
14
                 i32 0, label %bb338
 
15
                 i32 1, label %bb338
 
16
                 i32 2, label %bb338
 
17
                 i32 3, label %bb338
 
18
                 i32 4, label %bb338
 
19
                 i32 5, label %bb338
 
20
        ]
 
21
bb336:
 
22
  ret i32 10
 
23
bb338:
 
24
  ret i32 11
 
25
}
 
26
 
 
27
define i32 @test2(i32 %tmp158) {
 
28
entry:
 
29
        switch i32 %tmp158, label %bb336 [
 
30
                 i32 -2147483648, label %bb338
 
31
                 i32 -2147483647, label %bb338
 
32
                 i32 -2147483646, label %bb338
 
33
                 i32 120, label %bb338
 
34
                 i32 121, label %bb339
 
35
                 i32 122, label %bb340
 
36
                 i32 123, label %bb341
 
37
                 i32 124, label %bb342
 
38
                 i32 125, label %bb343
 
39
                 i32 126, label %bb336
 
40
                 i32 1024, label %bb338
 
41
                 i32 0, label %bb338
 
42
                 i32 1, label %bb338
 
43
                 i32 2, label %bb338
 
44
                 i32 3, label %bb338
 
45
                 i32 4, label %bb338
 
46
                 i32 5, label %bb338
 
47
        ]
 
48
bb336:
 
49
  ret i32 10
 
50
bb338:
 
51
  ret i32 11
 
52
bb339:
 
53
  ret i32 12
 
54
bb340:
 
55
  ret i32 13
 
56
bb341:
 
57
  ret i32 14
 
58
bb342:
 
59
  ret i32 15
 
60
bb343:
 
61
  ret i32 18
 
62
 
 
63
}