~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/coalescer-cross.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-apple-darwin10 | not grep movaps
 
2
; rdar://6509240
 
3
 
 
4
        type { %struct.TValue }         ; type %0
 
5
        type { %struct.L_Umaxalign, i32, %struct.Node* }                ; type %1
 
6
        %struct.CallInfo = type { %struct.TValue*, %struct.TValue*, %struct.TValue*, i32*, i32, i32 }
 
7
        %struct.GCObject = type { %struct.lua_State }
 
8
        %struct.L_Umaxalign = type { double }
 
9
        %struct.Mbuffer = type { i8*, i32, i32 }
 
10
        %struct.Node = type { %struct.TValue, %struct.TKey }
 
11
        %struct.TKey = type { %1 }
 
12
        %struct.TString = type { %struct.anon }
 
13
        %struct.TValue = type { %struct.L_Umaxalign, i32 }
 
14
        %struct.Table = type { %struct.GCObject*, i8, i8, i8, i8, %struct.Table*, %struct.TValue*, %struct.Node*, %struct.Node*, %struct.GCObject*, i32 }
 
15
        %struct.UpVal = type { %struct.GCObject*, i8, i8, %struct.TValue*, %0 }
 
16
        %struct.anon = type { %struct.GCObject*, i8, i8, i8, i32, i32 }
 
17
        %struct.global_State = type { %struct.stringtable, i8* (i8*, i8*, i32, i32)*, i8*, i8, i8, i32, %struct.GCObject*, %struct.GCObject**, %struct.GCObject*, %struct.GCObject*, %struct.GCObject*, %struct.GCObject*, %struct.Mbuffer, i32, i32, i32, i32, i32, i32, i32 (%struct.lua_State*)*, %struct.TValue, %struct.lua_State*, %struct.UpVal, [9 x %struct.Table*], [17 x %struct.TString*] }
 
18
        %struct.lua_Debug = type { i32, i8*, i8*, i8*, i8*, i32, i32, i32, i32, [60 x i8], i32 }
 
19
        %struct.lua_State = type { %struct.GCObject*, i8, i8, i8, %struct.TValue*, %struct.TValue*, %struct.global_State*, %struct.CallInfo*, i32*, %struct.TValue*, %struct.TValue*, %struct.CallInfo*, %struct.CallInfo*, i32, i32, i16, i16, i8, i8, i32, i32, void (%struct.lua_State*, %struct.lua_Debug*)*, %struct.TValue, %struct.TValue, %struct.GCObject*, %struct.GCObject*, %struct.lua_longjmp*, i32 }
 
20
        %struct.lua_longjmp = type { %struct.lua_longjmp*, [18 x i32], i32 }
 
21
        %struct.stringtable = type { %struct.GCObject**, i32, i32 }
 
22
@llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (%struct.lua_State*)* @os_clock to i8*)], section "llvm.metadata"             ; <[1 x i8*]*> [#uses=0]
 
23
 
 
24
define i32 @os_clock(%struct.lua_State* nocapture %L) nounwind ssp {
 
25
entry:
 
26
        %0 = tail call i32 @"\01_clock$UNIX2003"() nounwind             ; <i32> [#uses=1]
 
27
        %1 = uitofp i32 %0 to double            ; <double> [#uses=1]
 
28
        %2 = fdiv double %1, 1.000000e+06               ; <double> [#uses=1]
 
29
        %3 = getelementptr %struct.lua_State* %L, i32 0, i32 4          ; <%struct.TValue**> [#uses=3]
 
30
        %4 = load %struct.TValue** %3, align 4          ; <%struct.TValue*> [#uses=2]
 
31
        %5 = getelementptr %struct.TValue* %4, i32 0, i32 0, i32 0              ; <double*> [#uses=1]
 
32
        store double %2, double* %5, align 4
 
33
        %6 = getelementptr %struct.TValue* %4, i32 0, i32 1             ; <i32*> [#uses=1]
 
34
        store i32 3, i32* %6, align 4
 
35
        %7 = load %struct.TValue** %3, align 4          ; <%struct.TValue*> [#uses=1]
 
36
        %8 = getelementptr %struct.TValue* %7, i32 1            ; <%struct.TValue*> [#uses=1]
 
37
        store %struct.TValue* %8, %struct.TValue** %3, align 4
 
38
        ret i32 1
 
39
}
 
40
 
 
41
declare i32 @"\01_clock$UNIX2003"()