X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Ftailcall-disable.ll;h=1fd2d72dc570e1d8a104d42ea19adde9f3c81588;hb=e3c6222c76543408d07c8ca274f0c4eb07780dcd;hp=a561b74609a7d0e59c810c059a7d3dead6cce1e7;hpb=22de16dc7582dac43429ce0dcb374604020c01f5;p=oota-llvm.git diff --git a/test/CodeGen/X86/tailcall-disable.ll b/test/CodeGen/X86/tailcall-disable.ll index a561b74609a..1fd2d72dc57 100644 --- a/test/CodeGen/X86/tailcall-disable.ll +++ b/test/CodeGen/X86/tailcall-disable.ll @@ -15,14 +15,14 @@ entry: ret i32 %call } -;CALL: test1: -;CALL-NOT: ret -;CALL: callq helper -;CALL: ret +; CALL-LABEL: test1: +; CALL-NOT: ret +; CALL: callq helper +; CALL: ret -;JMP: test1: -;JMP-NOT: ret -;JMP: jmp helper # TAILCALL +; JMP-LABEL: test1: +; JMP-NOT: ret +; JMP: jmp helper # TAILCALL define i32 @test2() nounwind { entry: @@ -30,11 +30,11 @@ entry: ret i32 %call } -;CALL: test2: -;CALL-NOT: ret -;CALL: callq test2 -;CALL: ret +; CALL-LABEL: test2: +; CALL-NOT: ret +; CALL: callq test2 +; CALL: ret -;JMP: test2: -;JMP-NOT: ret -;JMP: jmp test2 # TAILCALL +; JMP-LABEL: test2: +; JMP-NOT: ret +; JMP: jmp test2 # TAILCALL