Instruction selection optimizations may have moved the def of a function argument...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 4 May 2010 00:58:39 +0000 (00:58 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 4 May 2010 00:58:39 +0000 (00:58 +0000)
commitf1ced259b5617e9c15fcafd47e090c22e2702062
tree7b5e6959f18ef9bc0c4772475743530bcc5e002b
parenta0161cd6f8f426b5ee8d815578088e090c799b80
Instruction selection optimizations may have moved the def of a function argument out of the entry block. rdar://7937489

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