[llvm] r262640 - [ConstantRange] Rename test; NFC

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 10:31:33 PST 2016


Author: sanjoy
Date: Thu Mar  3 12:31:33 2016
New Revision: 262640

URL: http://llvm.org/viewvc/llvm-project?rev=262640&view=rev
Log:
[ConstantRange] Rename test; NFC

Modified:
    llvm/trunk/unittests/IR/ConstantRangeTest.cpp

Modified: llvm/trunk/unittests/IR/ConstantRangeTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/IR/ConstantRangeTest.cpp?rev=262640&r1=262639&r2=262640&view=diff
==============================================================================
--- llvm/trunk/unittests/IR/ConstantRangeTest.cpp (original)
+++ llvm/trunk/unittests/IR/ConstantRangeTest.cpp Thu Mar  3 12:31:33 2016
@@ -608,7 +608,7 @@ TEST(ConstantRange, MakeSatisfyingICmpRe
       ConstantRange(APInt(8, 4), APInt(8, -128)));
 }
 
-TEST(ConstantRange, MakeOverflowingRegion) {
+TEST(ConstantRange, MakeGuaranteedNoWrapRegion) {
   const int IntMin4Bits = 8;
   const int IntMax4Bits = 7;
   typedef OverflowingBinaryOperator OBO;




More information about the llvm-commits mailing list