aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vshift-3.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-10-23 05:58:34 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-10-23 05:58:34 +0000
commitb6c215b63ffd36eee5bc2850140a32b48123b2d6 (patch)
tree5aa3e95ad3059f1fc668c0e82cb513c87ab5e158 /test/CodeGen/X86/vshift-3.ll
parentc869d063d47c382eb5574cdfa3a1666bde48d0a2 (diff)
downloadexternal_llvm-b6c215b63ffd36eee5bc2850140a32b48123b2d6.zip
external_llvm-b6c215b63ffd36eee5bc2850140a32b48123b2d6.tar.gz
external_llvm-b6c215b63ffd36eee5bc2850140a32b48123b2d6.tar.bz2
Update tests for 84931.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84932 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vshift-3.ll')
-rw-r--r--test/CodeGen/X86/vshift-3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vshift-3.ll b/test/CodeGen/X86/vshift-3.ll
index bdb5af1..20d3f48 100644
--- a/test/CodeGen/X86/vshift-3.ll
+++ b/test/CodeGen/X86/vshift-3.ll
@@ -52,7 +52,7 @@ entry:
; CHECK: shift3b:
; CHECK: movzwl
; CHECK: movd
-; CHECK: psraw
+; CHECK-NEXT: psraw
%0 = insertelement <8 x i16> undef, i16 %amt, i32 0
%1 = insertelement <8 x i16> %0, i16 %amt, i32 1
%2 = insertelement <8 x i16> %0, i16 %amt, i32 2