diff options
Diffstat (limited to 'test/Transforms/FunctionAttrs/atomic.ll')
| -rw-r--r-- | test/Transforms/FunctionAttrs/atomic.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/FunctionAttrs/atomic.ll b/test/Transforms/FunctionAttrs/atomic.ll index bb867011cc2a..dd915a6027f2 100644 --- a/test/Transforms/FunctionAttrs/atomic.ll +++ b/test/Transforms/FunctionAttrs/atomic.ll @@ -19,5 +19,5 @@ entry: ret i32 %r } -; CHECK: attributes #0 = { readnone ssp uwtable } -; CHECK: attributes #1 = { ssp uwtable } +; CHECK: attributes #0 = { norecurse readnone ssp uwtable } +; CHECK: attributes #1 = { norecurse ssp uwtable } |
