diff options
Diffstat (limited to 'llvm/test/Transforms/FunctionAttrs/atomic.ll')
| -rw-r--r-- | llvm/test/Transforms/FunctionAttrs/atomic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/FunctionAttrs/atomic.ll b/llvm/test/Transforms/FunctionAttrs/atomic.ll index af87a28770e..35de0ce800d 100644 --- a/llvm/test/Transforms/FunctionAttrs/atomic.ll +++ b/llvm/test/Transforms/FunctionAttrs/atomic.ll @@ -21,4 +21,4 @@ entry: } ; CHECK: attributes #0 = { norecurse nounwind readnone ssp uwtable } -; CHECK: attributes #1 = { norecurse nounwind ssp uwtable } +; CHECK: attributes #1 = { nofree norecurse nounwind ssp uwtable } |

