WTF? These weird newlines got in there...
authorBill Wendling <isanbard@gmail.com>
Wed, 29 Nov 2006 01:14:00 +0000 (01:14 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 29 Nov 2006 01:14:00 +0000 (01:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31998 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ConstantRange.cpp
lib/Support/ConstantRange.cpp

index 21eabe2aca6a94ee8fcec404f29a5acc35d7d922..3475c444dc83e2b8c1da5c1c399b597db5ebaf2c 100644 (file)
@@ -50,32 +50,6 @@ static bool LTE(ConstantIntegral *A, ConstantIntegral *B) {
   return cast<ConstantBool>(C)->getValue();
 }
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 static bool GT(ConstantIntegral *A, ConstantIntegral *B) { return LT(B, A); }
 
 static ConstantIntegral *Min(ConstantIntegral *A, ConstantIntegral *B) {
index 21eabe2aca6a94ee8fcec404f29a5acc35d7d922..3475c444dc83e2b8c1da5c1c399b597db5ebaf2c 100644 (file)
@@ -50,32 +50,6 @@ static bool LTE(ConstantIntegral *A, ConstantIntegral *B) {
   return cast<ConstantBool>(C)->getValue();
 }
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 static bool GT(ConstantIntegral *A, ConstantIntegral *B) { return LT(B, A); }
 
 static ConstantIntegral *Min(ConstantIntegral *A, ConstantIntegral *B) {