blob: 0f3eea9aee144e7e79b06169b416957ffb67352a [file] [log] [blame]
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt < %s -passes=sccp -S | FileCheck %s
define i1 @foo() {
; CHECK-LABEL: @foo(
; CHECK-NEXT: [[X:%.*]] = and i1 false, undef
; CHECK-NEXT: ret i1 [[X]]
;
%X = and i1 false, undef ; <i1> [#uses=1]
ret i1 %X
}