X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Ffp-elim.ll;h=2c50bd1be75a32f015e9d4b9464926229aab2337;hp=583388cc7132d18f3a49bdc7be5a89e37562edce;hb=90c9a16dbfa347016977fa49b0cfe0db438a9504;hpb=f245ae5a4a78d5a02b3b9e2dae819077a56d81e7 diff --git a/test/CodeGen/X86/fp-elim.ll b/test/CodeGen/X86/fp-elim.ll index 583388cc713..2c50bd1be75 100644 --- a/test/CodeGen/X86/fp-elim.ll +++ b/test/CodeGen/X86/fp-elim.ll @@ -4,7 +4,7 @@ ; Implement -momit-leaf-frame-pointer ; rdar://7886181 -define i32 @t1() "no-frame-pointer-elim-non-leaf"="false" nounwind readnone { +define i32 @t1() nounwind readnone { entry: ; FP-ELIM-LABEL: t1: ; FP-ELIM-NEXT: movl @@ -17,7 +17,7 @@ entry: ret i32 10 } -define void @t2() "no-frame-pointer-elim-non-leaf"="false" nounwind { +define void @t2() nounwind { entry: ; FP-ELIM-LABEL: t2: ; FP-ELIM-NOT: pushl %ebp @@ -31,7 +31,7 @@ entry: ret void } -define i32 @t3() "no-frame-pointer-elim-non-leaf"="true" nounwind readnone { +define i32 @t3() "no-frame-pointer-elim-non-leaf" nounwind readnone { entry: ; FP-ELIM-LABEL: t3: ; FP-ELIM-NEXT: movl @@ -44,7 +44,7 @@ entry: ret i32 10 } -define void @t4() "no-frame-pointer-elim-non-leaf"="true" nounwind { +define void @t4() "no-frame-pointer-elim-non-leaf" nounwind { entry: ; FP-ELIM-LABEL: t4: ; FP-ELIM-NEXT: pushl %ebp