[Codegen] Adjust saturation test. NFC.
[llvm-core.git] / test / CodeGen / X86 / return_zeroext_i2.ll
blobd535b0c41267ad804729679037634fc84750b795
1 ; RUN: llc -mtriple=i386-pc-win32 < %s | FileCheck %s 
2 ; Check that the testcase does not crash
3 define zeroext i2 @crash () {
4   ret i2 0
6 ; CHECK: xorl   %eax, %eax
7 ; CHECK-NEXT: retl