Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / return_zeroext_i2.ll
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
5 }
6 ; CHECK: xorl   %eax, %eax
7 ; CHECK-NEXT: retl