aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/return_zeroext_i2.ll
blob: d535b0c41267ad804729679037634fc84750b795 (plain)
1
2
3
4
5
6
7
; 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