LegalizeSetCCOperands() may end up inserting libcalls. They need to be
authorEvan Cheng <evan.cheng@apple.com>
Mon, 18 Dec 2006 22:55:34 +0000 (22:55 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 18 Dec 2006 22:55:34 +0000 (22:55 +0000)
commit722cb360690e5d7742b01a9f497fdb65bf8079d5
tree36ec7d582ac1db8b8d2cd6e999e1887c0bf5b300
parentfc04e5ead38ee6dbce6996efbec9298a01416a38
LegalizeSetCCOperands() may end up inserting libcalls. They need to be
properly serialized. Do not clear LastCallSEQ_END until that is done.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32659 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp