diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/merge-sp-update-lea.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/merge-sp-update-lea.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/merge-sp-update-lea.ll b/llvm/test/CodeGen/X86/merge-sp-update-lea.ll index 70209a2aec9..497960fab26 100644 --- a/llvm/test/CodeGen/X86/merge-sp-update-lea.ll +++ b/llvm/test/CodeGen/X86/merge-sp-update-lea.ll @@ -29,4 +29,4 @@ cond.end.3: ; preds = %entry, %cond.false ; Function Attrs: nounwind optsize declare noalias i8* @realloc(i8* nocapture, i32) -attributes #0 = { nounwind optsize ssp "disable-tail-calls"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "target-features"="+lea-sp" } +attributes #0 = { nounwind optsize ssp "disable-tail-calls"="false" "frame-pointer"="all" "target-features"="+lea-sp" } |