diff options
author | Bill Wendling <isanbard@gmail.com> | 2006-11-29 01:14:00 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2006-11-29 01:14:00 +0000 |
commit | 8d89281989908fb8cd6e64f503c076e5c2b214e3 (patch) | |
tree | 73b32cf3dbe28f5a104608d79b619d1c7d3982f2 | |
parent | 3f7927c84c1b8c449378eaaf67eb9c563eb78949 (diff) | |
download | external_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
-rw-r--r-- | lib/Analysis/ConstantRange.cpp | 26 | ||||
-rw-r--r-- | lib/Support/ConstantRange.cpp | 26 |
2 files changed, 0 insertions, 52 deletions
diff --git a/lib/Analysis/ConstantRange.cpp b/lib/Analysis/ConstantRange.cpp index 21eabe2..3475c44 100644 --- a/lib/Analysis/ConstantRange.cpp +++ b/lib/Analysis/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) { 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) { |