1; RUN: llc -mtriple=i386-pc-win32 < %s | FileCheck %s 2; Check that the testcase does not crash 3define zeroext i2 @crash () { 4 ret i2 0 5} 6; CHECK: xorl %eax, %eax 7; CHECK-NEXT: retl 8