~ubuntu-branches/ubuntu/maverick/clamav/maverick-backports

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/2008-02-27-PEICrash.ll

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran, Stephen Gran, Michael Tautschnig
  • Date: 2010-04-26 21:41:18 UTC
  • mfrom: (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100426214118-i6lo606wnh7ywfj6
Tags: 0.96+dfsg-4
[ Stephen Gran ]
* Fixed typo in clamav-milter's postinst

[ Michael Tautschnig ]
* Fixed typo in clamav-freshclam's postinst (closes: #579271)
* Debconf translation updates
  - Portuguese (closes: #579068)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; RUN: llc < %s -march=x86 -mattr=+sse2
 
2
 
 
3
define i64 @__divsc3(float %a, float %b, float %c, float %d) nounwind readnone  {
 
4
entry:
 
5
        br i1 false, label %bb56, label %bb33
 
6
 
 
7
bb33:           ; preds = %entry
 
8
        br label %bb56
 
9
 
 
10
bb56:           ; preds = %bb33, %entry
 
11
        %tmp36.pn = phi float [ 0.000000e+00, %bb33 ], [ 0.000000e+00, %entry ]         ; <float> [#uses=1]
 
12
        %b.pn509 = phi float [ %b, %bb33 ], [ %a, %entry ]              ; <float> [#uses=1]
 
13
        %a.pn = phi float [ %a, %bb33 ], [ %b, %entry ]         ; <float> [#uses=1]
 
14
        %tmp41.pn508 = phi float [ 0.000000e+00, %bb33 ], [ 0.000000e+00, %entry ]              ; <float> [#uses=1]
 
15
        %tmp51.pn = phi float [ 0.000000e+00, %bb33 ], [ %a, %entry ]           ; <float> [#uses=1]
 
16
        %tmp44.pn = fmul float %tmp36.pn, %b.pn509              ; <float> [#uses=1]
 
17
        %tmp46.pn = fadd float %tmp44.pn, %a.pn         ; <float> [#uses=1]
 
18
        %tmp53.pn = fsub float 0.000000e+00, %tmp51.pn          ; <float> [#uses=1]
 
19
        %x.0 = fdiv float %tmp46.pn, %tmp41.pn508               ; <float> [#uses=1]
 
20
        %y.0 = fdiv float %tmp53.pn, 0.000000e+00               ; <float> [#uses=1]
 
21
        br i1 false, label %bb433, label %bb98
 
22
 
 
23
bb98:           ; preds = %bb56
 
24
        %tmp102 = fmul float 0.000000e+00, %a           ; <float> [#uses=1]
 
25
        %tmp106 = fmul float 0.000000e+00, %b           ; <float> [#uses=1]
 
26
        br label %bb433
 
27
 
 
28
bb433:          ; preds = %bb98, %bb56
 
29
        %x.1 = phi float [ %tmp102, %bb98 ], [ %x.0, %bb56 ]            ; <float> [#uses=0]
 
30
        %y.1 = phi float [ %tmp106, %bb98 ], [ %y.0, %bb56 ]            ; <float> [#uses=1]
 
31
        %tmp460 = fadd float %y.1, 0.000000e+00         ; <float> [#uses=0]
 
32
        ret i64 0
 
33
}