diff options
Diffstat (limited to 'test/Feature/intrinsics.ll')
-rw-r--r-- | test/Feature/intrinsics.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/intrinsics.ll b/test/Feature/intrinsics.ll index 278cb9564e629..bbf30d3cc2319 100644 --- a/test/Feature/intrinsics.ll +++ b/test/Feature/intrinsics.ll @@ -69,5 +69,5 @@ define void @trap() { ret void } -; CHECK: attributes #0 = { nounwind readnone } +; CHECK: attributes #0 = { nounwind readnone speculatable } ; CHECK: attributes #1 = { noreturn nounwind } |