diff options
| -rw-r--r-- | clang/test/CodeGen/pgo-sample-thinlto-summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/pgo-sample-thinlto-summary.c b/clang/test/CodeGen/pgo-sample-thinlto-summary.c index fe742e0df12..7782aeb7661 100644 --- a/clang/test/CodeGen/pgo-sample-thinlto-summary.c +++ b/clang/test/CodeGen/pgo-sample-thinlto-summary.c @@ -32,7 +32,7 @@ void unroll() { baz(i); } -// Checks that icp is invoked. +// Check that icp is not invoked (both -O2 and ThinLTO). // O2-LABEL: define void @icp // THINLTO-LABEL: define void @icp // O2-NOT: if.true.direct_targ |

