Changes in directory llvm/lib/Analysis:

ConstantRange.cpp updated: 1.17 -> 1.18
---
Log message:

WTF? These weird newlines got in there...


---
Diffs of the changes:  (+0 -26)

 ConstantRange.cpp |   26 --------------------------
 1 files changed, 26 deletions(-)


Index: llvm/lib/Analysis/ConstantRange.cpp
diff -u llvm/lib/Analysis/ConstantRange.cpp:1.17 
llvm/lib/Analysis/ConstantRange.cpp:1.18
--- llvm/lib/Analysis/ConstantRange.cpp:1.17    Tue Nov 28 16:46:12 2006
+++ llvm/lib/Analysis/ConstantRange.cpp Tue Nov 28 19:14:00 2006
@@ -50,32 +50,6 @@
   return cast<ConstantBool>(C)->getValue();
 }
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 static bool GT(ConstantIntegral *A, ConstantIntegral *B) { return LT(B, A); }
 
 static ConstantIntegral *Min(ConstantIntegral *A, ConstantIntegral *B) {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to