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 19146b9 commit e976053Copy full SHA for e976053
clang/test/CodeGen/SystemZ/unaligned-symbols.c
@@ -105,8 +105,8 @@ unsigned char foo6 () {
105
106
// A weak symbol could be replaced with an unaligned one at link time.
107
// CHECK-LABEL: foo7
108
-// ALIGNED: %0 = load i8, ptr @Weaksym, align 2
109
-// UNALIGN: %0 = load i8, ptr @Weaksym, align 1
+// ALIGNED: load i8, ptr @Weaksym, align 2
+// UNALIGN: load i8, ptr @Weaksym, align 1
110
unsigned char __attribute__((weak)) Weaksym = 0;
111
unsigned char foo7 () {
112
return Weaksym;
0 commit comments