More templatization.
[oota-llvm.git] / lib / CodeGen / RegAllocLocal.cpp
index 6454900a3ee74ec588b672f787767b9fa7c15e4b..456c457a316e033262c469dc6bcba5d74ef56aad 100644 (file)
@@ -618,7 +618,7 @@ void RALocal::AllocateBasicBlock(MachineBasicBlock &MBB) {
         // Unallocatable register dead, ignore.
         continue;
       } else {
-        assert(!PhysRegsUsed[PhysReg] || PhysRegsUsed[PhysReg] == -1 &&
+        assert((!PhysRegsUsed[PhysReg] || PhysRegsUsed[PhysReg] == -1) &&
                "Silently clearing a virtual register?");
       }