Whitespace fixes for
authorNick Desaulniers <ndesaulniers@google.com>
Fri, 18 Jun 2021 22:09:18 +0000 (15:09 -0700)
committerNick Desaulniers <ndesaulniers@google.com>
Fri, 18 Jun 2021 22:09:18 +0000 (15:09 -0700)
193e41c987127aad86d0380df83e67a85266f1f1
which reportedly fails on the mac builds.

clang/test/CodeGen/no_profile.c

index 5ac116b..50ca71f 100644 (file)
@@ -9,11 +9,11 @@
 int g(int);
 
 void __attribute__((no_profile)) no_instr() {
-// CHECK: define {{.*}} void @no_instr() [[ATTR:#[0-9]+]]
+// CHECK: define {{.*}}void @no_instr() [[ATTR:#[0-9]+]]
 }
 
 void instr(void) {
-// CHECK: define {{.*}} void @instr() [[ATTR2:#[0-9]+]]
+// CHECK: define {{.*}}void @instr() [[ATTR2:#[0-9]+]]
 }
 // CHECK: attributes [[ATTR]] = {{.*}} noprofile
 // CHECK: attributes [[ATTR2]] = {