Teach DIEInteger to emit FORM_strp and FORM_ref_addr attributes.
[oota-llvm.git] / lib / CodeGen / RegAllocPBQP.cpp
index f72204f17cc32ce1023c1366c3bb4f6bf8f27edc..54b67abd7df0af7f69fd3cf5fe28768bade240a9 100644 (file)
@@ -193,8 +193,8 @@ private:
 
     if (NRegs < MRegs)
       return D.count(IKey(NRegs, MRegs)) > 0;
-    else
-      return D.count(IKey(MRegs, NRegs)) > 0;
+
+    return D.count(IKey(MRegs, NRegs)) > 0;
   }
 
   void setDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId,