Re-commit 131172 with fix. MachineInstr identity checks should check dead
authorEvan Cheng <evan.cheng@apple.com>
Thu, 12 May 2011 00:56:58 +0000 (00:56 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 12 May 2011 00:56:58 +0000 (00:56 +0000)
commitcbc988be22bc9411d95215c8b7251b5f85710674
treeae5cd0c28246db683604531890b7226d77b8633c
parentaeee4616dd12d58fd8d040ab00277747f0312321
Re-commit 131172 with fix. MachineInstr identity checks should check dead
markers. In some cases a register def is dead on one path, but not on
another.

This is passing Clang self-hosting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131214 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/BranchFolding.h
lib/CodeGen/IfConversion.cpp
lib/CodeGen/MachineInstr.cpp