diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/vec-sign.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec-sign.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vec-sign.ll b/llvm/test/CodeGen/X86/vec-sign.ll index 31b9c2eb4c7..b3d85fd6ec7 100644 --- a/llvm/test/CodeGen/X86/vec-sign.ll +++ b/llvm/test/CodeGen/X86/vec-sign.ll @@ -2,7 +2,7 @@ define <4 x i32> @signd(<4 x i32> %a, <4 x i32> %b) nounwind { entry: -; CHECK: signd: +; CHECK-LABEL: signd: ; CHECK: psignd ; CHECK-NOT: sub ; CHECK: ret @@ -17,7 +17,7 @@ entry: define <4 x i32> @blendvb(<4 x i32> %b, <4 x i32> %a, <4 x i32> %c) nounwind { entry: -; CHECK: blendvb: +; CHECK-LABEL: blendvb: ; CHECK: pblendvb ; CHECK: ret %b.lobit = ashr <4 x i32> %b, <i32 31, i32 31, i32 31, i32 31> |