mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-07 10:02:22 +00:00
[ValueTracking] Minor comment change in test
This test was updated in r246678 - fix a copypasta in a comment noticed post-commit. llvm-svn: 246679
This commit is contained in:
parent
569cea65f0
commit
687a8448f4
@ -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});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user