diff options
Diffstat (limited to 'test/CodeGen/X86/WidenArith.ll')
-rw-r--r-- | test/CodeGen/X86/WidenArith.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/WidenArith.ll b/test/CodeGen/X86/WidenArith.ll index 0383bd665b0fd..f87b3821dde88 100644 --- a/test/CodeGen/X86/WidenArith.ll +++ b/test/CodeGen/X86/WidenArith.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx | FileCheck %s -;CHECK: test +;CHECK-LABEL: test: ;CHECK: vaddps ;CHECK: vmulps ;CHECK: vsubps |