~ubuntu-branches/ubuntu/maverick/clamav/maverick-proposed

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/Generic/2006-01-18-InvalidBranchOpcodeAssert.ll

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-17 12:30:20 UTC
  • mfrom: (0.35.17 sid)
  • Revision ID: james.westby@ubuntu.com-20101217123020-dbtsp3upnaxsgg89
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
2
 
; This crashed the PPC backend.
3
 
 
4
 
define void @test() {
5
 
        %tmp125 = fcmp uno double 0.000000e+00, 0.000000e+00            ; <i1> [#uses=1]
6
 
        br i1 %tmp125, label %bb154, label %cond_false133
7
 
 
8
 
cond_false133:          ; preds = %0
9
 
        ret void
10
 
 
11
 
bb154:          ; preds = %0
12
 
        %tmp164 = icmp eq i32 0, 0              ; <i1> [#uses=0]
13
 
        ret void
14
 
}
15