mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-13 06:06:27 +00:00
97f8f8d8f2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25420 91177308-0d34-0410-b5e6-96231b3b80d8
17 lines
415 B
LLVM
17 lines
415 B
LLVM
; RUN: llvm-as < %s | llc
|
|
; This crashed the PPC backend.
|
|
|
|
void %test() {
|
|
%tmp125 = call bool %llvm.isunordered.f64( double 0.000000e+00, double 0.000000e+00 ) ; <bool> [#uses=1]
|
|
br bool %tmp125, label %bb154, label %cond_false133
|
|
|
|
cond_false133: ; preds = %entry
|
|
ret void
|
|
|
|
bb154: ; preds = %entry
|
|
%tmp164 = seteq uint 0, 0 ; <bool> [#uses=0]
|
|
ret void
|
|
}
|
|
|
|
declare bool %llvm.isunordered.f64(double, double)
|