diff options
Diffstat (limited to 'test/CodeGen/X86/sse2-mul.ll')
-rw-r--r-- | test/CodeGen/X86/sse2-mul.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse2-mul.ll b/test/CodeGen/X86/sse2-mul.ll index 0466d60ec301..e066368dc73e 100644 --- a/test/CodeGen/X86/sse2-mul.ll +++ b/test/CodeGen/X86/sse2-mul.ll @@ -3,7 +3,7 @@ define <4 x i32> @test1(<4 x i32> %x, <4 x i32> %y) { %m = mul <4 x i32> %x, %y ret <4 x i32> %m -; CHECK: test1: +; CHECK-LABEL: test1: ; CHECK: pshufd $49 ; CHECK: pmuludq ; CHECK: pshufd $49 |