Skip to content

Commit b1e8a1c

Browse files
committed
Fix this apparent end-to-end test?
1 parent c4d0954 commit b1e8a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGen/align-loops.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// RUN: %clang_cc1 -triple=x86_64 -S %s -falign-loops=32 -O -o - | FileCheck %s --check-prefixes=CHECK,CHECK_32
66

77
// CHECK-LABEL: foo:
8-
// CHECK_8: .p2align 3, 0x90
9-
// CHECK_32: .p2align 5, 0x90
8+
// CHECK_8: .p2align 3
9+
// CHECK_32: .p2align 5
1010

1111
void bar(void);
1212
void foo(void) {

0 commit comments

Comments
 (0)