http://llvm.org/bugs/show_bug.cgi?id=22174
David Majnemer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from David Majnemer <[email protected]> --- Reduced to: target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32" target triple = "i686-pc-windows-msvc" %struct.B = type { i32 (...)** } define linkonce_odr x86_stdcallcc void @f(%struct.B* %this, ...) { musttail call x86_stdcallcc void (%struct.B*, ...)* null(%struct.B* %this, ...) ret void } This is the same as PR22052. *** This bug has been marked as a duplicate of bug 22052 *** -- 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
