Skip to content

Commit

Permalink
[test] Avoid loop-unroll.c test getting confused by fadd in git revision
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D73162
  • Loading branch information
rgal committed Jan 23, 2020
1 parent 5f6ff71 commit 4662f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/test/CodeGen/loop-unroll.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...);

Expand Down

0 comments on commit 4662f6e

Please sign in to comment.