commit | a9164e9e2a87767aee6f11ff89b5b48cd307f4bf | [log] [tgz] |
---|---|---|
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | Thu Dec 19 13:29:56 2013 +0000 |
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | Thu Dec 19 13:29:56 2013 +0000 |
tree | 8212e7f7e2ecb0a013a4a516182a9c482f00457e | |
parent | 2084f8fb49242cb92ba8235d45368b25da907ca9 [diff] |
Add an explicit insert point argument to SplitBlockAndInsertIfThen. Currently SplitBlockAndInsertIfThen requires that branch condition is an Instruction itself, which is very inconvenient, because it is sometimes an Operator, or even a Constant. llvm-svn: 197677