Fix PInvoke Inline decision (#8975)
authorMichelle McDaniel <adiaaida@gmail.com>
Thu, 19 Jan 2017 04:57:50 +0000 (20:57 -0800)
committerJan Kotas <jkotas@microsoft.com>
Thu, 19 Jan 2017 04:57:50 +0000 (20:57 -0800)
commit49ead290c1b26bc07d1108cf1eaca16e171694da
treea732d0f763385b3b71cb61662ea6bad502b2cdc1
parent9b777f78c83aa1ef08bcf251e10a48c9b710ed46
Fix PInvoke Inline decision (#8975)

Originally, the condition was !impCanPInvokeInline, but when change
1e63ca0 pulled out impCanPInvokeInlineCall, the condition was flipped.
This was exposed by an internal debugger test.

Fixes DevDiv 366669.
src/jit/importer.cpp