~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2008-03-14-SpillerCrash.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=i386-pc-linux-gnu
 
2
; PR2138
 
3
 
 
4
        %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] }
 
5
        %struct.anon = type { i8* }
 
6
        %struct.locale_data = type { i8*, i8*, i32, i32, { void (%struct.locale_data*)*, %struct.anon }, i32, i32, i32, [0 x %struct.locale_data_value] }
 
7
        %struct.locale_data_value = type { i32* }
 
8
 
 
9
@wcstoll_l = alias i64 (i32*, i32**, i32, %struct.__locale_struct*)* @__wcstoll_l               ; <i64 (i32*, i32**, i32, %struct.__locale_struct*)*> [#uses=0]
 
10
 
 
11
define i64 @____wcstoll_l_internal(i32* %nptr, i32** %endptr, i32 %base, i32 %group, %struct.__locale_struct* %loc) nounwind  {
 
12
entry:
 
13
        %tmp27 = load i32* null, align 4                ; <i32> [#uses=1]
 
14
        %tmp83 = getelementptr i32* %nptr, i32 1                ; <i32*> [#uses=1]
 
15
        %tmp233 = add i32 0, -48                ; <i32> [#uses=1]
 
16
        br label %bb271.us
 
17
bb271.us:               ; preds = %entry
 
18
        br label %bb374.outer
 
19
bb311.split:            ; preds = %bb305.us
 
20
        %tmp313 = add i32 %tmp378.us, -48               ; <i32> [#uses=1]
 
21
        br i1 false, label %bb374.outer, label %bb383
 
22
bb327.split:            ; preds = %bb314.us
 
23
        ret i64 0
 
24
bb374.outer:            ; preds = %bb311.split, %bb271.us
 
25
        %tmp370371552.pn.in = phi i32 [ %tmp233, %bb271.us ], [ %tmp313, %bb311.split ]         ; <i32> [#uses=1]
 
26
        %tmp278279.pn = phi i64 [ 0, %bb271.us ], [ %tmp373.reg2mem.0.ph, %bb311.split ]                ; <i64> [#uses=1]
 
27
        %s.5.ph = phi i32* [ null, %bb271.us ], [ %tmp376.us, %bb311.split ]            ; <i32*> [#uses=1]
 
28
        %tmp366367550.pn = sext i32 %base to i64                ; <i64> [#uses=1]
 
29
        %tmp370371552.pn = zext i32 %tmp370371552.pn.in to i64          ; <i64> [#uses=1]
 
30
        %tmp369551.pn = mul i64 %tmp278279.pn, %tmp366367550.pn         ; <i64> [#uses=1]
 
31
        %tmp373.reg2mem.0.ph = add i64 %tmp370371552.pn, %tmp369551.pn          ; <i64> [#uses=1]
 
32
        br label %bb374.us
 
33
bb374.us:               ; preds = %bb314.us, %bb374.outer
 
34
        %tmp376.us = getelementptr i32* %s.5.ph, i32 0          ; <i32*> [#uses=3]
 
35
        %tmp378.us = load i32* %tmp376.us, align 4              ; <i32> [#uses=2]
 
36
        %tmp302.us = icmp eq i32* %tmp376.us, %tmp83            ; <i1> [#uses=1]
 
37
        %bothcond484.us = or i1 false, %tmp302.us               ; <i1> [#uses=1]
 
38
        br i1 %bothcond484.us, label %bb383, label %bb305.us
 
39
bb305.us:               ; preds = %bb374.us
 
40
        br i1 false, label %bb311.split, label %bb314.us
 
41
bb314.us:               ; preds = %bb305.us
 
42
        %tmp320.us = icmp eq i32 %tmp378.us, %tmp27             ; <i1> [#uses=1]
 
43
        br i1 %tmp320.us, label %bb374.us, label %bb327.split
 
44
bb383:          ; preds = %bb374.us, %bb311.split
 
45
        ret i64 0
 
46
}
 
47
 
 
48
declare i64 @__wcstoll_l(i32*, i32**, i32, %struct.__locale_struct*) nounwind