From 8d89281989908fb8cd6e64f503c076e5c2b214e3 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 29 Nov 2006 01:14:00 +0000 Subject: [PATCH] WTF? These weird newlines got in there... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31998 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/ConstantRange.cpp | 26 -------------------------- lib/Support/ConstantRange.cpp | 26 -------------------------- 2 files changed, 52 deletions(-) diff --git a/lib/Analysis/ConstantRange.cpp b/lib/Analysis/ConstantRange.cpp index 21eabe2aca6..3475c444dc8 100644 --- a/lib/Analysis/ConstantRange.cpp +++ b/lib/Analysis/ConstantRange.cpp @@ -50,32 +50,6 @@ static bool LTE(ConstantIntegral *A, ConstantIntegral *B) { return cast(C)->getValue(); } - - - - - - - - - - - - - - - - - - - - - - - - - - static bool GT(ConstantIntegral *A, ConstantIntegral *B) { return LT(B, A); } static ConstantIntegral *Min(ConstantIntegral *A, ConstantIntegral *B) { diff --git a/lib/Support/ConstantRange.cpp b/lib/Support/ConstantRange.cpp index 21eabe2aca6..3475c444dc8 100644 --- a/lib/Support/ConstantRange.cpp +++ b/lib/Support/ConstantRange.cpp @@ -50,32 +50,6 @@ static bool LTE(ConstantIntegral *A, ConstantIntegral *B) { return cast(C)->getValue(); } - - - - - - - - - - - - - - - - - - - - - - - - - - static bool GT(ConstantIntegral *A, ConstantIntegral *B) { return LT(B, A); } static ConstantIntegral *Min(ConstantIntegral *A, ConstantIntegral *B) {