diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/mnop-mcount-01.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/mnop-mcount-01.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/mnop-mcount-01.ll b/llvm/test/CodeGen/SystemZ/mnop-mcount-01.ll index 38f1db537b5..99aff5a223e 100644 --- a/llvm/test/CodeGen/SystemZ/mnop-mcount-01.ll +++ b/llvm/test/CodeGen/SystemZ/mnop-mcount-01.ll @@ -22,5 +22,5 @@ entry: } attributes #0 = { "fentry-call"="true" } -attributes #1 = { "fentry-call"="true" "mnop-mcount"="true" } +attributes #1 = { "fentry-call"="true" "mnop-mcount" } |