diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/chain_order.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/chain_order.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/chain_order.ll b/llvm/test/CodeGen/X86/chain_order.ll index 056fd2741fa..8c1c86420f6 100644 --- a/llvm/test/CodeGen/X86/chain_order.ll +++ b/llvm/test/CodeGen/X86/chain_order.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -mcpu=corei7-avx -mtriple=x86_64-linux | FileCheck %s -;CHECK: cftx020 +;CHECK-LABEL: cftx020: ;CHECK: vmovsd (%rdi), %xmm{{.*}} ;CHECK: vmovsd 16(%rdi), %xmm{{.*}} ;CHECK: vmovhpd 8(%rdi), %xmm{{.*}} |