Add early coalescing to liveintervals. This is work in progress and is known to misco...
[oota-llvm.git] / include / llvm / CodeGen / LiveInterval.h
index f61a442a066f7d8a0b4ed7ea1bcc330978c485d7..1878b2e634c84928fb9f4a516225928c01639fc2 100644 (file)
@@ -584,7 +584,6 @@ namespace llvm {
     /// for the Value number.
     VNInfo *createValueCopy(const VNInfo *orig,
                             BumpPtrAllocator &VNInfoAllocator) {
-
       VNInfo *VNI =
         static_cast<VNInfo*>(VNInfoAllocator.Allocate((unsigned)sizeof(VNInfo),
                                                       alignof<VNInfo>()));