summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/select.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/select.ll')
-rw-r--r--test/Transforms/InstCombine/select.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/select.ll b/test/Transforms/InstCombine/select.ll
index fecc9d1c3f..772299c29f 100644
--- a/test/Transforms/InstCombine/select.ll
+++ b/test/Transforms/InstCombine/select.ll
@@ -581,6 +581,6 @@ define i32 @test41(i1 %cond, i32 %x, i32 %y) {
%r = and i32 %x, %s
ret i32 %r
; CHECK: @test41
-; CHECK: %r = and i32 %x, %y
-; CHECK: ret i32 %r
+; CHECK-NEXT: and i32 %x, %y
+; CHECK-NEXT: ret i32
}