~ubuntu-branches/ubuntu/maverick/clamav/maverick-updates

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/PowerPC/2006-10-13-Miscompile.ll

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-17 12:30:20 UTC
  • mfrom: (97.1.1 maverick-proposed)
  • Revision ID: james.westby@ubuntu.com-20101217123020-o02fhyzykv5z98ri
Tags: 0.96.5+dfsg-1ubuntu1.10.10.1
* Microversion update for Maverick (LP: #691414)
  - Improved database login times
  - Expanded use of new bytecode signatures
  - Other bugfixes/improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
; RUN: llc < %s -march=ppc32 | not grep IMPLICIT_DEF
2
 
 
3
 
define void @foo(i64 %X) {
4
 
entry:
5
 
        %tmp1 = and i64 %X, 3           ; <i64> [#uses=1]
6
 
        %tmp = icmp sgt i64 %tmp1, 2            ; <i1> [#uses=1]
7
 
        br i1 %tmp, label %UnifiedReturnBlock, label %cond_true
8
 
cond_true:              ; preds = %entry
9
 
        %tmp.upgrd.1 = tail call i32 (...)* @bar( )             ; <i32> [#uses=0]
10
 
        ret void
11
 
UnifiedReturnBlock:             ; preds = %entry
12
 
        ret void
13
 
}
14
 
 
15
 
declare i32 @bar(...)
16