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

Rafael Ávila de Espíndola <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #7 from Rafael Ávila de Espíndola <[email protected]> 
2010-12-08 11:47:41 CST ---
I think this is fixed now:

$ time ./Release+Asserts/bin/llc bug.bc -o bug.s

real    0m16.572s
user    0m16.210s
sys    0m0.302s

$ time ./Release+Asserts/bin/llc bug.bc -o bug.o -filetype=obj

real    0m12.854s
user    0m12.599s
sys    0m0.213s

-- 
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