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

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/X86/pr3366.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 | grep movzbl
 
2
; PR3366
 
3
 
 
4
define void @_ada_c34002a() nounwind {
 
5
entry:
 
6
  %0 = load i8* null, align 1
 
7
  %1 = sdiv i8 90, %0
 
8
  %2 = icmp ne i8 %1, 3
 
9
  %3 = zext i1 %2 to i8
 
10
  %toBool449 = icmp ne i8 %3, 0
 
11
  %4 = or i1 false, %toBool449
 
12
  %5 = zext i1 %4 to i8
 
13
  %toBool450 = icmp ne i8 %5, 0
 
14
  br i1 %toBool450, label %bb451, label %bb457
 
15
 
 
16
bb451:
 
17
  br label %bb457
 
18
 
 
19
bb457:
 
20
  unreachable
 
21
}