From: James Molloy Date: Wed, 2 Sep 2015 17:29:54 +0000 (+0000) Subject: [ValueTracking] Minor comment change in test X-Git-Tag: android-x86-7.1-r4~43967 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2616a82223c79483e8b118bf1540570b0b03a55d;p=android-x86%2Fexternal-llvm.git [ValueTracking] Minor comment change in test This test was updated in r246678 - fix a copypasta in a comment noticed post-commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246679 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Analysis/ValueTrackingTest.cpp b/unittests/Analysis/ValueTrackingTest.cpp index 1512ad0fd86..3af856ea203 100644 --- a/unittests/Analysis/ValueTrackingTest.cpp +++ b/unittests/Analysis/ValueTrackingTest.cpp @@ -184,7 +184,6 @@ TEST_F(MatchSelectPatternTest, DoubleCastBad) { " %A = select i1 %1, i32 %2, i32 %3\n" " ret i32 %A\n" "}\n"); - // We should be able to look through the situation where we cast both operands - // to the select. + // The cast types here aren't the same, so we cannot match an UMIN. expectPattern({SPF_UNKNOWN, SPNB_NA, false}); }