Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"
[oota-llvm.git] / lib / Transforms / IPO / MergeFunctions.cpp
index 74bb2c85ced1cda33e173255b09007e99cc9f295..55d5e2ac4ab8e72fa4035b053410c3bbe6ed3dbe 100644 (file)
@@ -146,7 +146,7 @@ static bool isEquivalentType(const Type *Ty1, const Type *Ty2) {
   switch(Ty1->getTypeID()) {
   default:
     llvm_unreachable("Unknown type!");
-    // Fall through in Release-Asserts mode.
+    // Fall through in Release mode.
   case Type::IntegerTyID:
   case Type::OpaqueTyID:
     // Ty1 == Ty2 would have returned true earlier.