~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2010-01-19-OptExtBug.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=x86_64-apple-darwin11 -relocation-model=pic -disable-fp-elim -stats |& not grep ext-opt
 
2
 
 
3
define fastcc i8* @S_scan_str(i8* %start, i32 %keep_quoted, i32 %keep_delims) nounwind ssp {
 
4
entry:
 
5
  switch i8 undef, label %bb6 [
 
6
    i8 9, label %bb5
 
7
    i8 32, label %bb5
 
8
    i8 10, label %bb5
 
9
    i8 13, label %bb5
 
10
    i8 12, label %bb5
 
11
  ]
 
12
 
 
13
bb5:                                              ; preds = %entry, %entry, %entry, %entry, %entry
 
14
  br label %bb6
 
15
 
 
16
bb6:                                              ; preds = %bb5, %entry
 
17
  br i1 undef, label %bb7, label %bb9
 
18
 
 
19
bb7:                                              ; preds = %bb6
 
20
  unreachable
 
21
 
 
22
bb9:                                              ; preds = %bb6
 
23
  %0 = load i8* undef, align 1                    ; <i8> [#uses=3]
 
24
  br i1 undef, label %bb12, label %bb10
 
25
 
 
26
bb10:                                             ; preds = %bb9
 
27
  br i1 undef, label %bb12, label %bb11
 
28
 
 
29
bb11:                                             ; preds = %bb10
 
30
  unreachable
 
31
 
 
32
bb12:                                             ; preds = %bb10, %bb9
 
33
  br i1 undef, label %bb13, label %bb14
 
34
 
 
35
bb13:                                             ; preds = %bb12
 
36
  store i8 %0, i8* undef, align 1
 
37
  %1 = zext i8 %0 to i32                          ; <i32> [#uses=1]
 
38
  br label %bb18
 
39
 
 
40
bb14:                                             ; preds = %bb12
 
41
  br label %bb18
 
42
 
 
43
bb18:                                             ; preds = %bb14, %bb13
 
44
  %termcode.0 = phi i32 [ %1, %bb13 ], [ undef, %bb14 ] ; <i32> [#uses=2]
 
45
  %2 = icmp eq i8 %0, 0                           ; <i1> [#uses=1]
 
46
  br i1 %2, label %bb21, label %bb19
 
47
 
 
48
bb19:                                             ; preds = %bb18
 
49
  br i1 undef, label %bb21, label %bb20
 
50
 
 
51
bb20:                                             ; preds = %bb19
 
52
  br label %bb21
 
53
 
 
54
bb21:                                             ; preds = %bb20, %bb19, %bb18
 
55
  %termcode.1 = phi i32 [ %termcode.0, %bb18 ], [ %termcode.0, %bb19 ], [ undef, %bb20 ] ; <i32> [#uses=0]
 
56
  unreachable
 
57
}