diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2011-05-09-loaduse.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2011-05-09-loaduse.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2011-05-09-loaduse.ll b/llvm/test/CodeGen/X86/2011-05-09-loaduse.ll index 8673d7433fa..adcea5cf615 100644 --- a/llvm/test/CodeGen/X86/2011-05-09-loaduse.ll +++ b/llvm/test/CodeGen/X86/2011-05-09-loaduse.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=x86 -mcpu=corei7 | FileCheck %s -;CHECK: test +;CHECK-LABEL: test: ;CHECK-not: pshufd ;CHECK: ret define float @test(<4 x float>* %A) nounwind { |