aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/ConstantRange.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-11-29 01:14:00 +0000
committerBill Wendling <isanbard@gmail.com>2006-11-29 01:14:00 +0000
commit8d89281989908fb8cd6e64f503c076e5c2b214e3 (patch)
tree73b32cf3dbe28f5a104608d79b619d1c7d3982f2 /lib/Support/ConstantRange.cpp
parent3f7927c84c1b8c449378eaaf67eb9c563eb78949 (diff)
downloadexternal_llvm-8d89281989908fb8cd6e64f503c076e5c2b214e3.zip
external_llvm-8d89281989908fb8cd6e64f503c076e5c2b214e3.tar.gz
external_llvm-8d89281989908fb8cd6e64f503c076e5c2b214e3.tar.bz2
WTF? These weird newlines got in there...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31998 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/ConstantRange.cpp')
-rw-r--r--lib/Support/ConstantRange.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/Support/ConstantRange.cpp b/lib/Support/ConstantRange.cpp
index 21eabe2..3475c44 100644
--- a/lib/Support/ConstantRange.cpp
+++ b/lib/Support/ConstantRange.cpp
@@ -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) {