diff options
Diffstat (limited to 'test/CodeGen/X86/code_placement_align_all.ll')
-rw-r--r-- | test/CodeGen/X86/code_placement_align_all.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/code_placement_align_all.ll b/test/CodeGen/X86/code_placement_align_all.ll index 1e5e8f7..53df906 100644 --- a/test/CodeGen/X86/code_placement_align_all.ll +++ b/test/CodeGen/X86/code_placement_align_all.ll @@ -1,6 +1,6 @@ ; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux -align-all-blocks=16 < %s | FileCheck %s -;CHECK: foo +;CHECK-LABEL: foo: ;CHECK: .align 65536, 0x90 ;CHECK: .align 65536, 0x90 ;CHECK: .align 65536, 0x90 |