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 /lib/Support/ConstantRange.cpp | |
parent | 3f7927c84c1b8c449378eaaf67eb9c563eb78949 (diff) |
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.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/Support/ConstantRange.cpp b/lib/Support/ConstantRange.cpp index 21eabe2aca..3475c444dc 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) { |