Add test to proper place. Also, XFAIL until ppc bootstrap will be ok.
[oota-llvm.git] / test / CodeGen / Generic / 2006-01-18-InvalidBranchOpcodeAssert.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc
2 ; This crashed the PPC backend.
3
4 void %test() {
5         %tmp125 = call bool %llvm.isunordered.f64( double 0.000000e+00, double 0.000000e+00 )           ; <bool> [#uses=1]
6         br bool %tmp125, label %bb154, label %cond_false133
7
8 cond_false133:          ; preds = %entry
9         ret void
10
11 bb154:          ; preds = %entry
12         %tmp164 = seteq uint 0, 0               ; <bool> [#uses=0]
13         ret void
14 }
15
16 declare bool %llvm.isunordered.f64(double, double)