diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/pr20020.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/pr20020.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr20020.ll b/llvm/test/CodeGen/X86/pr20020.ll index 56c12faaf70..2f554d11185 100644 --- a/llvm/test/CodeGen/X86/pr20020.ll +++ b/llvm/test/CodeGen/X86/pr20020.ll @@ -70,4 +70,4 @@ for.end38: ; preds = %for.inc20, %entry ; Function Attrs: nounwind declare double @sqrt(double) #1 -attributes #0 = { "no-frame-pointer-elim-non-leaf" } +attributes #0 = { "frame-pointer"="non-leaf" } |