diff options
| author | Davide Italiano <davide@freebsd.org> | 2017-04-25 18:04:31 +0000 |
|---|---|---|
| committer | Davide Italiano <davide@freebsd.org> | 2017-04-25 18:04:31 +0000 |
| commit | e2ff98d9f8c514b9c612cf293ac29e14d27b5876 (patch) | |
| tree | 8a1941628e96eb739d612fa16f359a42958a9195 /clang/test | |
| parent | f2db5434be9e2a5ff1a41e2e58c4a183872e5c9e (diff) | |
| download | bcm5719-llvm-e2ff98d9f8c514b9c612cf293ac29e14d27b5876.tar.gz bcm5719-llvm-e2ff98d9f8c514b9c612cf293ac29e14d27b5876.zip | |
[PGO/tests] Update comment to reflect reality.
llvm-svn: 301344
Diffstat (limited to 'clang/test')
| -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 |

