diff options
Diffstat (limited to 'test/Transforms/FunctionAttrs/optnone.ll')
| -rw-r--r-- | test/Transforms/FunctionAttrs/optnone.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/Transforms/FunctionAttrs/optnone.ll b/test/Transforms/FunctionAttrs/optnone.ll index 7694bfe13aa51..441ff4da65ecc 100644 --- a/test/Transforms/FunctionAttrs/optnone.ll +++ b/test/Transforms/FunctionAttrs/optnone.ll @@ -16,9 +16,11 @@ define void @test_optnone(i8* %p) noinline optnone { declare i8 @strlen(i8*) noinline optnone ; CHECK-LABEL: @strlen -; CHECK: (i8*) #1 +; CHECK: (i8*) #2 ; CHECK-LABEL: attributes #0 -; CHECK: = { readnone } +; CHECK: = { norecurse readnone } ; CHECK-LABEL: attributes #1 +; CHECK: = { noinline norecurse optnone } +; CHECK-LABEL: attributes #2 ; CHECK: = { noinline optnone } |
