OSDN Git Service

Don't try to set an EFLAGS operand to dead if no instruction was created.
authorDan Gohman <gohman@apple.com>
Wed, 11 Feb 2009 19:50:24 +0000 (19:50 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 11 Feb 2009 19:50:24 +0000 (19:50 +0000)
commitd293e0d2dcd3dc4e6030e9644846ed4d0b1bbde3
treee0f4f651d5de13ee9ef9b3c9ef8f1e33166cf69e
parent85b0edec4672f6ac6c15f757b119d04232a61861
Don't try to set an EFLAGS operand to dead if no instruction was created.
This fixes a bug introduced by r61215.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64316 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86RegisterInfo.cpp