[llvm-commits] [PATCH] Bug fix in ARMISelDAGToDAG.cpp

Edmund Grimley-Evans Edmund.Grimley-Evans at arm.com
Thu May 6 04:14:27 PDT 2010


The "break" in line 1869 used to fall through to the "return
SelectCode(N)" in line 1998, but then someone inserted the "case
ISD::CONCAT_VECTORS" so that it falls through to the "return
SelectConcatVector(N)" in line 1994 instead and much hilarity ensues.

This is one way of fixing it. Or you might prefer to insert a "break"
at line 1991, or even use a "goto".




-- 
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch
Type: application/octet-stream
Size: 498 bytes
Desc: patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100506/022a684f/attachment.obj>


More information about the llvm-commits mailing list