We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d0954 commit b1e8a1cCopy full SHA for b1e8a1c
clang/test/CodeGen/align-loops.c
@@ -5,8 +5,8 @@
5
// RUN: %clang_cc1 -triple=x86_64 -S %s -falign-loops=32 -O -o - | FileCheck %s --check-prefixes=CHECK,CHECK_32
6
7
// CHECK-LABEL: foo:
8
-// CHECK_8: .p2align 3, 0x90
9
-// CHECK_32: .p2align 5, 0x90
+// CHECK_8: .p2align 3
+// CHECK_32: .p2align 5
10
11
void bar(void);
12
void foo(void) {
0 commit comments