[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / CodeGen / X86 / 2012-02-23-mmx-inlineasm.ll
1 ; RUN: llc -march=x86 -mcpu=i686 -mattr=+mmx < %s | FileCheck %s
2 ; <rdar://problem/10106006>
3
4 define void @func() nounwind ssp {
5 ; CHECK:  psrlw %mm0, %mm1
6 entry:
7   call void asm sideeffect "psrlw $0, %mm1", "y,~{dirflag},~{fpsr},~{flags}"(i32 8) nounwind
8   unreachable
9
10 bb367:                                            ; preds = %entry                                                                                                                 
11   ret void
12 }