mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-17 03:07:06 +00:00
Unbreak the MSVC 2010 build.
For further information on this particular issue see: http://connect.microsoft.com/VisualStudio/feedback/details/520043/error-converting-from-null-to-a-pointer-type-in-std-pair git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129642 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4130278fbe
commit
cbc5f407ef
@ -816,7 +816,8 @@ bool SplitEditor::transferValues() {
|
||||
else {
|
||||
// Live-out, but we need updateSSA to tell us the value.
|
||||
LiveOutSeen.set(MBB->getNumber());
|
||||
LiveOutCache[MBB] = LiveOutPair(0, 0);
|
||||
LiveOutCache[MBB] = LiveOutPair((VNInfo*)0,
|
||||
(MachineDomTreeNode*)0);
|
||||
}
|
||||
}
|
||||
BlockStart = BlockEnd;
|
||||
|
Loading…
Reference in New Issue
Block a user