diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/sjlj-baseptr.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/sjlj-baseptr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sjlj-baseptr.ll b/llvm/test/CodeGen/X86/sjlj-baseptr.ll index e439ff4dbd2..93ff0eb8abf 100644 --- a/llvm/test/CodeGen/X86/sjlj-baseptr.ll +++ b/llvm/test/CodeGen/X86/sjlj-baseptr.ll @@ -9,7 +9,7 @@ declare i32 @llvm.eh.sjlj.setjmp(i8*) nounwind declare void @whatever(i64, %Foo*, i8**, i8*, i8*, i32) #0 -attributes #0 = { nounwind uwtable "no-frame-pointer-elim"="true" } +attributes #0 = { nounwind uwtable "frame-pointer"="all" } define i32 @test1(i64 %n, %Foo* byval nocapture readnone align 8 %f) #0 { entry: |