blob: d535b0c41267ad804729679037634fc84750b795 [file] [log] [blame]
; RUN: llc -mtriple=i386-pc-win32 < %s | FileCheck %s
; Check that the testcase does not crash
define zeroext i2 @crash () {
ret i2 0
}
; CHECK: xorl %eax, %eax
; CHECK-NEXT: retl