diff --git a/clang/test/CodeGen/loop-unroll.c b/clang/test/CodeGen/loop-unroll.c index 601bf43d826773..7c79ed28b0e79c 100644 --- a/clang/test/CodeGen/loop-unroll.c +++ b/clang/test/CodeGen/loop-unroll.c @@ -37,6 +37,8 @@ // CHECK-DISABLE-UNROLL-NOT: fmul // CHECK-DISABLE-UNROLL-NOT: fadd // CHECK-DISABLE-UNROLL-NOT: store +// Limit scope of checking so this does not match "fadd" within git version string +// CHECK-DISABLE-UNROLL: !0 = int printf(const char * restrict format, ...);