[x86] Add a 32-bit run to the sext test, and remove a sad vec_sext.ll
[oota-llvm.git] / test / CodeGen / X86 / 2007-03-18-LiveIntervalAssert.ll
1 ; RUN: llc < %s -march=x86
2 ; PR1259
3
4 define void @test() {
5         %tmp2 = call i32 asm "...", "=r,~{dirflag},~{fpsr},~{flags},~{dx},~{cx},~{ax}"( )
6         unreachable
7 }