diff options
Diffstat (limited to 'test/CodeGen/X86/sandybridge-loads.ll')
-rw-r--r-- | test/CodeGen/X86/sandybridge-loads.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sandybridge-loads.ll b/test/CodeGen/X86/sandybridge-loads.ll index 5a23cf136d852..b8c364e2961c7 100644 --- a/test/CodeGen/X86/sandybridge-loads.ll +++ b/test/CodeGen/X86/sandybridge-loads.ll @@ -1,6 +1,6 @@ ; RUN: llc -march=x86-64 -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -o - < %s | FileCheck %s -;CHECK: wideloads +;CHECK-LABEL: wideloads: ;CHECK: vmovaps ;CHECK: vinsertf128 ;CHECK: vmovaps |