llvm-6502/test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll
Reid Spencer eb1d74e0c8 For PR1319:
Remove && from the end of the lines to prevent tests from throwing run
lines into the background. Also, clean up places where the same command
is run multiple times by using a temporary file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36142 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-16 17:36:08 +00:00

28 lines
708 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc64
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32
; RUN: llvm-upgrade < %s | llvm-as | llc
%qsz.b = external global bool ; <bool*> [#uses=1]
implementation ; Functions:
fastcc void %qst() {
entry:
br bool true, label %cond_next71, label %cond_true
cond_true: ; preds = %entry
ret void
cond_next71: ; preds = %entry
%tmp73.b = load bool* %qsz.b ; <bool> [#uses=1]
%ii.4.ph = select bool %tmp73.b, ulong 4, ulong 0 ; <ulong> [#uses=1]
br label %bb139
bb82: ; preds = %bb139
ret void
bb139: ; preds = %bb139, %cond_next71
%exitcond89 = seteq ulong 0, %ii.4.ph ; <bool> [#uses=1]
br bool %exitcond89, label %bb82, label %bb139
}