diff options
Diffstat (limited to 'test/Verifier/function-metadata-bad.ll')
-rw-r--r-- | test/Verifier/function-metadata-bad.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/function-metadata-bad.ll b/test/Verifier/function-metadata-bad.ll index 9e7ba225408e..b3bd3c27c6d4 100644 --- a/test/Verifier/function-metadata-bad.ll +++ b/test/Verifier/function-metadata-bad.ll @@ -14,7 +14,7 @@ define i32 @bad2() !prof !1 { } !1 = !{!"function_entry_count"} -; CHECK-NEXT: !prof annotations should have exactly 2 operands +; CHECK-NEXT: !prof annotations should have no less than 2 operands ; CHECK-NEXT: !1 = !{!"function_entry_count"} |