~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/ARM/2010-03-04-stm-undef-addr.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 -march=arm
 
2
 
 
3
define void @"java.lang.String::getChars"([84 x i8]* %method, i32 %base_pc, [788 x i8]* %thread) {
 
4
  %1 = sub i32 undef, 48                          ; <i32> [#uses=1]
 
5
  br i1 undef, label %stack_overflow, label %no_overflow
 
6
 
 
7
stack_overflow:                                   ; preds = %0
 
8
  unreachable
 
9
 
 
10
no_overflow:                                      ; preds = %0
 
11
  %frame = inttoptr i32 %1 to [17 x i32]*         ; <[17 x i32]*> [#uses=4]
 
12
  %2 = load i32* null                             ; <i32> [#uses=2]
 
13
  %3 = getelementptr inbounds [17 x i32]* %frame, i32 0, i32 14 ; <i32*> [#uses=1]
 
14
  %4 = load i32* %3                               ; <i32> [#uses=2]
 
15
  %5 = load [8 x i8]** undef                      ; <[8 x i8]*> [#uses=2]
 
16
  br i1 undef, label %bci_13, label %bci_4
 
17
 
 
18
bci_13:                                           ; preds = %no_overflow
 
19
  br i1 undef, label %bci_30, label %bci_21
 
20
 
 
21
bci_30:                                           ; preds = %bci_13
 
22
  %6 = icmp sle i32 %2, %4                        ; <i1> [#uses=1]
 
23
  br i1 %6, label %bci_46, label %bci_35
 
24
 
 
25
bci_46:                                           ; preds = %bci_30
 
26
  store [84 x i8]* %method, [84 x i8]** undef
 
27
  br i1 false, label %no_exception, label %exception
 
28
 
 
29
exception:                                        ; preds = %bci_46
 
30
  ret void
 
31
 
 
32
no_exception:                                     ; preds = %bci_46
 
33
  ret void
 
34
 
 
35
bci_35:                                           ; preds = %bci_30
 
36
  %7 = getelementptr inbounds [17 x i32]* %frame, i32 0, i32 15 ; <i32*> [#uses=1]
 
37
  store i32 %2, i32* %7
 
38
  %8 = getelementptr inbounds [17 x i32]* %frame, i32 0, i32 14 ; <i32*> [#uses=1]
 
39
  store i32 %4, i32* %8
 
40
  %9 = getelementptr inbounds [17 x i32]* %frame, i32 0, i32 13 ; <i32*> [#uses=1]
 
41
  %10 = bitcast i32* %9 to [8 x i8]**             ; <[8 x i8]**> [#uses=1]
 
42
  store [8 x i8]* %5, [8 x i8]** %10
 
43
  call void inttoptr (i32 13839116 to void ([788 x i8]*, i32)*)([788 x i8]* %thread, i32 7)
 
44
  ret void
 
45
 
 
46
bci_21:                                           ; preds = %bci_13
 
47
  ret void
 
48
 
 
49
bci_4:                                            ; preds = %no_overflow
 
50
  store [8 x i8]* %5, [8 x i8]** undef
 
51
  store i32 undef, i32* undef
 
52
  call void inttoptr (i32 13839116 to void ([788 x i8]*, i32)*)([788 x i8]* %thread, i32 7)
 
53
  ret void
 
54
}