WTF? These weird newlines got in there...

llvm-svn: 31998
This commit is contained in:
Bill Wendling 2006-11-29 01:14:00 +00:00
parent d00734a230
commit a5c00d4c4f

View 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) {