[llvm-commits] CVS: llvm/lib/Analysis/ConstantRange.cpp

Bill Wendling isanbard at gmail.com
Tue Nov 28 17:14:16 PST 2006



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) {






More information about the llvm-commits mailing list