http://llvm.org/bugs/show_bug.cgi?id=10068

           Summary: Assertion `Num < NumOperands && "Invalid child # of
                    SDNode!"
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=6684)
 --> (http://llvm.org/bugs/attachment.cgi?id=6684)
test.ll

/home/espindola/tmpfs/build/bin/llc test.ll
llc: /home/espindola/llvm/llvm/include/llvm/CodeGen/SelectionDAGNodes.h:514:
const llvm::SDValue &llvm::SDNode::getOperand(unsigned int) const: Assertion
`Num < NumOperands && "Invalid child # of SDNode!"' failed.
Stack dump:
0.    Program arguments: /home/espindola/tmpfs/build/bin/llc test.ll 
1.    Running pass 'Function Pass Manager' on module 'test.ll'.
2.    Running pass 'X86 DAG->DAG Instruction Selection' on function '@foobar'

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to