gmake check failures on FreeBSD

FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/2004-02-22-Casts.llx:
Assertion failed: (isNew && "Got into the map somehow?"), function AddLegalizedOperand, file /usr/home/llvm/obj/../lib/CodeGen/SelectionDAG/LegalizeDAG.cpp, line 79.

        .text
        .align 16
        .globl test1
        .type test1, @function
test1:
        fldl 4(%esp)
        ftst
        fstp %st(0)
        fnstsw
        sahf
        setne %al
        movzbl %al, %eax
        #FP_REG_KILL
        ret
Abort trap (core dumped)

FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll:
Does not have a RUN line

Running /usr/home/llvm/obj/../test/Regression/Debugger/dg.exp ...
FAIL: /usr/home/llvm/obj/../test/Regression/Debugger/funccall.ll:

All fixed.

-Chris