http://llvm.org/bugs/show_bug.cgi?id=4705
Dan Gohman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #4 from Dan Gohman <[email protected]> 2009-08-10 16:41:23 --- LLVM IR emitted by a C front-end is target-specific, in general. However, I don't see anything in the given testcase that should preclude it from at least being codegen'd for msp430 or any other target, so this does seem to be a CodeGen bug. -- 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
