Fix fast-isel's handling of atomic instructions. They may
authorDan Gohman <gohman@apple.com>
Sat, 4 Oct 2008 00:56:36 +0000 (00:56 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 4 Oct 2008 00:56:36 +0000 (00:56 +0000)
commit241f464d24a6c22721607841069bbeb17b3f71e6
treee26168775e92a51bb8b31aa637ef834345308a9b
parent022b21ff7c047f8c1615a6588052c55427bcd9b0
Fix fast-isel's handling of atomic instructions. They may
expand to multiple basic blocks, in which case fast-isel
needs to informed of which block to use as it resumes
inserting instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57040 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp