Bug 1119072: Remove outdated comment. DONTBUILD

This commit is contained in:
David Major 2015-05-18 16:21:12 -04:00
parent 798a360c0e
commit 7ae16188af

View File

@ -110,7 +110,6 @@ LBlock::init(TempAllocator& alloc)
if (!inputs)
return false;
// MSVC 2015 cannot handle "new (&phis_[phiIndex++])"
void* addr = &phis_[phiIndex++];
LPhi* lphi = new (addr) LPhi(phi, inputs);
lphi->setBlock(this);