diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fold-call-oper.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fold-call-oper.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fold-call-oper.ll b/llvm/test/CodeGen/X86/fold-call-oper.ll index 1e3e58ddc6c..a88ddbb8b2a 100644 --- a/llvm/test/CodeGen/X86/fold-call-oper.ll +++ b/llvm/test/CodeGen/X86/fold-call-oper.ll @@ -45,4 +45,4 @@ for.inc8.i: ; preds = %if.then.i, %for.bod br label %for.body3.i } -attributes #0 = { noreturn uwtable "no-frame-pointer-elim"="true" } +attributes #0 = { noreturn uwtable "frame-pointer"="all" } |